Class CollectionsPlume.EnumerationIterator<T>
java.lang.Object
org.plumelib.util.CollectionsPlume.EnumerationIterator<T>
- Type Parameters:
T- the type of elements of the enumeration and iterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
CollectionsPlume
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an Iterator that yields the elements of the given 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
Create an Iterator that yields the elements of the given Enumeration.- Parameters:
e- the Enumeration to make into an Iterator
-
-
Method Details
-
hasNext
-
next
-
remove
-