All Packages Class Hierarchy This Package Previous Next Index
Class com.trumphurst.utils.SortedEnumeration
java.lang.Object
|
+----com.trumphurst.utils.SortedEnumeration
- public class SortedEnumeration
- extends Object
- implements Enumeration
-
SortedEnumeration(Enumeration, Comparer)
-
-
hasMoreElements()
-
-
nextElement()
-
SortedEnumeration
public SortedEnumeration(Enumeration e,
Comparer c)
hasMoreElements
public boolean hasMoreElements()
nextElement
public Object nextElement() throws NoSuchElementException
All Packages Class Hierarchy This Package Previous Next Index