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