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, waitforEachRemainingpublic EnumerationIterator(Enumeration enumeration)
enumeration - Enumeration to iterate over.Copyright © 2021. All rights reserved.