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:
- $Id: JointEnumeration.java 5e709f50671d 2010/11/05 11:52:07 christian $
- Author:
- Christian Schlichtherle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
e1
private Enumeration e1
e2
private final Enumeration e2
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
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.