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