Package ognl
Class IteratorEnumeration
java.lang.Object
ognl.IteratorEnumeration
- All Implemented Interfaces:
Enumeration<Object>
Maps an Iterator to an Enumeration
-
Field Details
-
it
-
-
Constructor Details
-
IteratorEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration<Object>
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<Object>
-