org.apache.geronimo.kernel.classloader
Class UnionEnumeration<T>
java.lang.Object
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:
hasMoreElements
in interface Enumeration<T>
nextElement
public T nextElement()
- Specified by:
nextElement
in interface Enumeration<T>
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.