public static final class CollectionsX.EnumerationIterator<E> extends Object implements Iterator<E>
| Constructor and Description |
|---|
EnumerationIterator(Enumeration<? extends E> enm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic EnumerationIterator(Enumeration<? extends E> enm)
enm - the enumeration. If null, it means empty.Copyright © 2018. All rights reserved.