| Constructor and Description |
|---|
EnumerationIterator(Enumeration<T> enumeration) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<T> |
getEnumeration() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic EnumerationIterator(Enumeration<T> enumeration)
Copyright © 2016 jetbrick. All rights reserved.