- All Implemented Interfaces:
Iterator<T>
public final class EnumerationIterator<T>
extends Object
implements Iterator<T>
- Version:
- $Revision$ $Date$
- Author:
- Manfred Geiler (latest modification by $Author$)
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EnumerationIterator
public EnumerationIterator(Enumeration<? extends T> enumeration)
-