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.EnumerationcurrentEnumeration()private java.util.EnumerationfindNextEnumeration(boolean moveCursor)private java.util.EnumerationfindNextEnumeration(int cursor, boolean moveCursor)booleanhasMoreElements()java.lang.ObjectnextElement()
-
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElementsin 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:
nextElementin interfacejava.util.Enumeration
-
currentEnumeration
private java.util.Enumeration currentEnumeration()
-
-