harpoon.Util
Class ReverseEnumerator

java.lang.Object
  |
  +--harpoon.Util.ReverseEnumerator
All Implemented Interfaces:
Enumeration

Deprecated. Use harpoon.Util.ReverseIterator instead.

public class ReverseEnumerator
extends Object
implements Enumeration

A ReverseEnumerator enumerates an Enumeration in reverse order.

Version:
$Id: ReverseEnumerator.java,v 1.2 2002/02/25 21:08:49 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Constructor Summary
ReverseEnumerator(Enumeration e)
          Deprecated. Creates a ReverseEnumerator of Enumeration e.
 
Method Summary
 boolean hasMoreElements()
          Deprecated.  
 Object nextElement()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReverseEnumerator

public ReverseEnumerator(Enumeration e)
Deprecated. 
Creates a ReverseEnumerator of Enumeration e.

Method Detail

hasMoreElements

public boolean hasMoreElements()
Deprecated. 
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Deprecated. 
Specified by:
nextElement in interface Enumeration