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
ConstructorDescriptionTLcdCompositeEnumeration
(Enumeration aEnumerations) Creates a newTLcdCompositeEnumeration
. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
hasMoreElements
in interfaceEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
-