Package ognl
Class IteratorEnumeration
java.lang.Object
ognl.IteratorEnumeration
- All Implemented Interfaces:
Enumeration
Maps an Iterator to an Enumeration
- Author:
- Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
-
Constructor Details
-
IteratorEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
-