ognl
Class IteratorEnumeration
java.lang.Object
ognl.IteratorEnumeration
- All Implemented Interfaces:
- Enumeration
- public class IteratorEnumeration
- extends Object
- implements Enumeration
Maps an Iterator to an Enumeration
- Author:
- Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratorEnumeration
public IteratorEnumeration(Iterator it)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration