Package org.apache.felix.framework.util
Class CompoundEnumeration
- java.lang.Object
-
- org.apache.felix.framework.util.CompoundEnumeration
-
- All Implemented Interfaces:
java.util.Enumeration
public class CompoundEnumeration extends java.lang.Object implements java.util.Enumeration
-
-
Constructor Summary
Constructors Constructor Description CompoundEnumeration(java.util.Enumeration[] enums)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interfacejava.util.Enumeration
-
findNextEnumeration
private java.util.Enumeration findNextEnumeration(boolean moveCursor)
-
findNextEnumeration
private java.util.Enumeration findNextEnumeration(int cursor, boolean moveCursor)
-
nextElement
public java.lang.Object nextElement()
- Specified by:
nextElement
in interfacejava.util.Enumeration
-
currentEnumeration
private java.util.Enumeration currentEnumeration()
-
-