org.apache.geronimo.kernel.classloader
Class UnionEnumeration<T>
java.lang.Object
   org.apache.geronimo.kernel.classloader.UnionEnumeration<T>
org.apache.geronimo.kernel.classloader.UnionEnumeration<T>
- All Implemented Interfaces: 
- Enumeration<T>
- public final class UnionEnumeration<T> 
- extends Object- implements Enumeration<T>
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UnionEnumeration
public UnionEnumeration(List<Enumeration<T>> enumerations)
UnionEnumeration
public UnionEnumeration(Enumeration<T> first,
                        Enumeration<T> second)
hasMoreElements
public boolean hasMoreElements()
- 
- Specified by:
- hasMoreElementsin interface- Enumeration<T>
 
- 
 
nextElement
public T nextElement()
- 
- Specified by:
- nextElementin interface- Enumeration<T>
 
- 
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.