E
- public class MergedEnumeration<E>
extends java.lang.Object
implements java.util.Enumeration<E>
Modifier and Type | Field and Description |
---|---|
private java.util.Enumeration<E> |
enumeration |
Constructor and Description |
---|
MergedEnumeration(java.util.Enumeration<E>... enumerations)
Merges all enumerations found as constructor arguments into a single one
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
E |
nextElement() |