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,v 1.3 2010/08/16 10:55:48 christian_schlichtherle Exp $
- 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
Copyright © 2005-2010 Schlichtherle IT Services. All Rights Reserved.