Package org.apache.commons.ognl
Class EnumerationIterator<E>
- java.lang.Object
-
- org.apache.commons.ognl.EnumerationIterator<E>
-
-
Constructor Summary
Constructors Constructor Description EnumerationIterator(Enumeration<E> e)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
static <T> Iterator<T>
newIterator(Enumeration<T> e)
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
-
-
-
-
Constructor Detail
-
EnumerationIterator
public EnumerationIterator(Enumeration<E> e)
-
-
Method Detail
-
newIterator
public static <T> Iterator<T> newIterator(Enumeration<T> e)
-
-