Package org.apache.commons.ognl
Class EnumerationIterator<E>
java.lang.Object
org.apache.commons.ognl.EnumerationIterator<E>
- All Implemented Interfaces:
Iterator<E>
Object that implements Iterator from an Enumeration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
static <T> Iterator<T>
newIterator
(Enumeration<T> e) next()
void
remove()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining