@NotThreadSafe public final class JointEnumeration<E> extends Object implements Enumeration<E>
| Constructor and Description |
|---|
JointEnumeration(Enumeration<? extends E> e1,
Enumeration<? extends E> e2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
E |
nextElement() |
public JointEnumeration(Enumeration<? extends E> e1, Enumeration<? extends E> e2)
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<E>public E nextElement()
nextElement in interface Enumeration<E>Copyright © 2005–2015 Schlichtherle IT Services. All rights reserved.