T - the element typeclass EnumerationIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>
| Modifier and Type | Field and Description |
|---|---|
private java.util.Enumeration<T> |
entries |
| Constructor and Description |
|---|
EnumerationIterable(java.util.Enumeration<T> entries) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator() |