- 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 SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
EnumerationIteratorpublic EnumerationIterator(Enumeration<? extends T> enumeration) 
 
-