Constructor and Description |
---|
EnumIterator(Enumeration<T> enumeration) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public EnumIterator(Enumeration<T> enumeration)