Package hudson.util
Class CompoundEnumeration<T>
java.lang.Object
hudson.util.CompoundEnumeration<T>
- All Implemented Interfaces:
Enumeration<T>
Enumeration
that aggregates multiple Enumeration
s.- Author:
- Kohsuke Kawaguchi
-
Constructor Details
-
CompoundEnumeration
-
CompoundEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<T>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<T>
- Throws:
NoSuchElementException
-