de.schlichtherle.util
Class JointEnumeration
java.lang.Object
de.schlichtherle.util.JointEnumeration
- All Implemented Interfaces:
- Enumeration
public final class JointEnumeration
- extends Object
- implements Enumeration
Concatenates two enumerations.
- Since:
- TrueZIP 6.5
- Version:
- TrueZIP 6.7
- Author:
- Christian Schlichtherle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JointEnumeration
public JointEnumeration(Enumeration e1,
Enumeration e2)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration