T - Generic type of this EnumerationIteratorpublic class EnumerationIterator<T> extends Object implements Iterator<T>
| Constructor and Description |
|---|
EnumerationIterator(Enumeration<T> enumeration)
Instantiates a new enumeration iterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic EnumerationIterator(Enumeration<T> enumeration)
enumeration - the enumeration to iterate.public boolean hasNext()
hasNext in interface Iterator<T>Iterator.hasNext()public T next()
next in interface Iterator<T>Iterator.next()public void remove()
remove in interface Iterator<T>Iterator.remove()Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.