public class EnumerationIterator extends Object implements Iterator
EnumerationIterator(Enumeration e)
boolean
hasNext()
Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EnumerationIterator(Enumeration e)
public boolean hasNext()
hasNext
Iterator
public Object next()
next
public void remove()
remove