Package org.apache.felix.framework.util
Class CompoundEnumeration
java.lang.Object
org.apache.felix.framework.util.CompoundEnumeration
- All Implemented Interfaces:
Enumeration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Enumeration
private Enumeration
findNextEnumeration
(boolean moveCursor) private Enumeration
findNextEnumeration
(int cursor, boolean moveCursor) boolean
-
Field Details
-
m_enums
-
index
private int index
-
-
Constructor Details
-
CompoundEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
-
findNextEnumeration
-
findNextEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
-
currentEnumeration
-