public class CompoundEnumeration
extends java.lang.Object
implements java.util.Enumeration
| Modifier and Type | Field and Description |
|---|---|
private int |
index |
private java.util.Enumeration[] |
m_enums |
| Constructor and Description |
|---|
CompoundEnumeration(java.util.Enumeration[] enums) |
| Modifier and Type | Method and Description |
|---|---|
private java.util.Enumeration |
currentEnumeration() |
private java.util.Enumeration |
findNextEnumeration(boolean moveCursor) |
private java.util.Enumeration |
findNextEnumeration(int cursor,
boolean moveCursor) |
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationprivate java.util.Enumeration findNextEnumeration(boolean moveCursor)
private java.util.Enumeration findNextEnumeration(int cursor,
boolean moveCursor)
public java.lang.Object nextElement()
nextElement in interface java.util.Enumerationprivate java.util.Enumeration currentEnumeration()