public class EnumIterator extends java.lang.Object implements java.util.Iterator
EnumIterator(java.util.Enumeration enumer)
boolean
hasNext()
java.lang.Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EnumIterator(java.util.Enumeration enumer)
public boolean hasNext()
hasNext
java.util.Iterator
public java.lang.Object next()
next
public void remove()
remove