T
- The type of items to enumerate.public class EnumerationIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
Constructor and Description |
---|
EnumerationIterator(java.util.Enumeration<T> enumeration) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |