@NotThreadSafe public final class JointEnumeration<E> extends Object implements Enumeration<E>
| Modifier and Type | Field and Description |
|---|---|
private Enumeration<? extends E> |
e1 |
private Enumeration<? extends E> |
e2 |
| Constructor and Description |
|---|
JointEnumeration(Enumeration<? extends E> e1,
Enumeration<? extends E> e2) |
private Enumeration<? extends E> e1
private final Enumeration<? extends E> e2
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-2011 Schlichtherle IT Services. All Rights Reserved.