java.lang.Object
io.sf.jclf.util.EnumerationWrapper<E>
- All Implemented Interfaces:
Enumeration<E>
Wraps an Iterator with an Enumeration.
-
Constructor Details
-
EnumerationWrapper
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<E>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<E>
-