Class IteratorToEnumeration
java.lang.Object
org.apache.felix.utils.collections.IteratorToEnumeration
- All Implemented Interfaces:
Enumeration
-
Field Details
-
iter
-
-
Constructor Details
-
IteratorToEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
-