- java.lang.Object
-
- de.schlichtherle.truezip.util.JointEnumeration<E>
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
private java.util.Enumeration<? extends E> |
e1 |
private java.util.Enumeration<? extends E> |
e2 |
-
Constructor Summary
Constructors
| Constructor and Description |
JointEnumeration(java.util.Enumeration<? extends E> e1,
java.util.Enumeration<? extends E> e2) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
nextElement
public E nextElement()
- Specified by:
nextElement in interface java.util.Enumeration<E>
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.