lapisx.enum
Class ConcatEnumeration

java.lang.Object
  extended bylapisx.enum.ConcatEnumeration
All Implemented Interfaces:
Enumeration

public class ConcatEnumeration
extends Object
implements Enumeration

Enumeration which transforms the elements of another enumeration.


Constructor Summary
ConcatEnumeration(Enumeration[] e)
           
ConcatEnumeration(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

ConcatEnumeration

public ConcatEnumeration(Enumeration e1,
                         Enumeration e2)

ConcatEnumeration

public ConcatEnumeration(Enumeration[] e)
Method Detail

hasMoreElements

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

nextElement

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