org.apache.geronimo.kernel.classloader
Class UnionEnumeration

java.lang.Object
  extended by org.apache.geronimo.kernel.classloader.UnionEnumeration
All Implemented Interfaces:
Enumeration

public final class UnionEnumeration
extends Object
implements Enumeration


Constructor Summary
UnionEnumeration(Enumeration first, Enumeration second)
           
UnionEnumeration(List enumerations)
           
 
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

UnionEnumeration

public UnionEnumeration(List enumerations)

UnionEnumeration

public UnionEnumeration(Enumeration first,
                        Enumeration second)
Method Detail

hasMoreElements

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

nextElement

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


Copyright © 2006 Apache Software Foundation. All Rights Reserved.