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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReverseEnumerator
public ReverseEnumerator(Enumeration e)
- Deprecated.
- Creates a
ReverseEnumerator
of Enumeration
e
.
hasMoreElements
public boolean hasMoreElements()
- Deprecated.
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Deprecated.
- Specified by:
nextElement
in interface Enumeration