TrueZIP 6.8.3

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
Author:
Christian Schlichtherle

Field Summary
private  Enumeration e1
           
private  Enumeration e2
           
 
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
 

Field Detail

e1

private Enumeration e1

e2

private final Enumeration e2
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

TrueZIP 6.8.3

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.