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

Constructor Index

 o SortedEnumeration(Enumeration, Comparer)

Method Index

 o hasMoreElements()
 o nextElement()

Constructors

 o SortedEnumeration
 public SortedEnumeration(Enumeration e,
                          Comparer c)

Methods

 o hasMoreElements
 public boolean hasMoreElements()
 o nextElement
 public Object nextElement() throws NoSuchElementException

All Packages  Class Hierarchy  This Package  Previous  Next  Index