T - the element type of this enumerationpublic class CompositeEnumeration<T> extends Object implements Enumeration<T>
| Constructor and Description |
|---|
CompositeEnumeration(Enumeration<T> enumeration1,
Enumeration<T> enumeration2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
T |
nextElement() |
public CompositeEnumeration(Enumeration<T> enumeration1, Enumeration<T> enumeration2)
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<T>public T nextElement()
nextElement in interface Enumeration<T>Copyright © 2002-2019 The Apache Software Foundation. All Rights Reserved.