Class CompoundEnumeration<E>
java.lang.Object
org.mule.extension.spring.internal.util.CompoundEnumeration<E>
- Type Parameters:
E-
- All Implemented Interfaces:
Enumeration<E>
An enumeration of enumerations.
- Since:
- 4.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if the enumeration has more elements.Returns the next element in theCompoundEnumerationMethods 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
-
CompoundEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()Checks if the enumeration has more elements.- Specified by:
hasMoreElementsin interfaceEnumeration<E>- Returns:
- true if there are still elements, false otherwise.
-
nextElement
Returns the next element in theCompoundEnumeration- Specified by:
nextElementin interfaceEnumeration<E>- Returns:
-