T - the element typeclass EnumerationIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
private java.util.Enumeration<T> |
entries |
| Constructor and Description |
|---|
EnumerationIterator(java.util.Enumeration<T> entries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |