Package com.luciad.util.enumeration
Class TLcdCompositeEnumeration
java.lang.Object
com.luciad.util.enumeration.TLcdCompositeEnumeration
- All Implemented Interfaces:
Enumeration
This class concatenates an
Enumeration of
Enumeration objects to a single Enumeration.-
Constructor Summary
ConstructorsConstructorDescriptionTLcdCompositeEnumeration(Enumeration aEnumerations) Creates a newTLcdCompositeEnumeration. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Enumeration
asIterator
-
Constructor Details
-
TLcdCompositeEnumeration
Creates a newTLcdCompositeEnumeration.- Parameters:
aEnumerations- an enumeration containing the enumerations to be concatenated.
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration
-
nextElement
- Specified by:
nextElementin interfaceEnumeration
-