de.schlichtherle.util
Class JointEnumeration

java.lang.Object
  extended by 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

Constructor Summary
JointEnumeration(Enumeration e1, Enumeration e2)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JointEnumeration

public JointEnumeration(Enumeration e1,
                        Enumeration e2)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration