E
- public class MergedEnumeration<E> extends Object implements Enumeration<E>
Constructor and Description |
---|
MergedEnumeration(Enumeration<E>... enumerations)
Merges all enumerations found as constructor arguments into a single one
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
E |
nextElement() |
public MergedEnumeration(Enumeration<E>... enumerations)
enumerations
- public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<E>
public E nextElement()
nextElement
in interface Enumeration<E>
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.