Class EnumerationIterator
java.lang.Object
org.apache.velocity.util.EnumerationIterator
- All Implemented Interfaces:
Iterator
An Iterator wrapper for an Enumeration.
- Version:
- $Id$
- Author:
- Geir Magnusson Jr.
-
Constructor Summary
ConstructorsConstructorDescriptionEnumerationIterator(Enumeration enumeration) Creates a new iteratorwrapper instance for the specified Enumeration. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
EnumerationIterator
Creates a new iteratorwrapper instance for the specified Enumeration.- Parameters:
enumeration- The Enumeration to wrap.
-
-
Method Details
-
next
-
hasNext
-
remove
-