public class CompoundEnumeration extends Object implements Enumeration
| Constructor and Description |
|---|
CompoundEnumeration(Enumeration[] enums) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
public CompoundEnumeration(Enumeration[] enums)
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.