org.apache.geronimo.kernel.classloader
Class UnionEnumeration
java.lang.Object
org.apache.geronimo.kernel.classloader.UnionEnumeration
- All Implemented Interfaces:
- Enumeration
- public final class UnionEnumeration
- extends Object
- implements Enumeration
- Version:
- $Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnionEnumeration
public UnionEnumeration(List enumerations)
UnionEnumeration
public UnionEnumeration(Enumeration first,
Enumeration second)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.