public final class EnumerationIterator extends Object implements Iterator
Constructor and Description |
---|
EnumerationIterator(Enumeration enumeration)
Construct an iterator for given enumeration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public EnumerationIterator(Enumeration enumeration)
enumeration
- Enumeration to iterate over.Copyright © 2017. All rights reserved.