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.
|
public 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 © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.