lapisx.sort
Class SortedEnumeration
java.lang.Object
lapisx.sort.SortedEnumeration
- All Implemented Interfaces:
- Enumeration
- public abstract class SortedEnumeration
- extends Object
- implements Enumeration
Enumeration which reorders the elements of another enumeration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortedEnumeration
public SortedEnumeration(Enumeration e)
compare
public abstract int compare(Object o1,
Object o2)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration