public final class UnionEnumeration extends Object implements Enumeration
| Constructor and Description |
|---|
UnionEnumeration(Enumeration first,
Enumeration second) |
UnionEnumeration(List enumerations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
public UnionEnumeration(List enumerations)
public UnionEnumeration(Enumeration first, Enumeration second)
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationCopyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.