org.apache.xbean.classloader
Class UnionEnumeration
java.lang.Object
org.apache.xbean.classloader.UnionEnumeration
- All Implemented Interfaces:
- Enumeration
public final class UnionEnumeration
- extends Object
- implements Enumeration
- Version:
- $Rev: 437551 $ $Date: 2006-08-28 02:14:47 -0400 (Mon, 28 Aug 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 © 2005-2011. All Rights Reserved.