| Constructor and Description |
|---|
EnumerationIter(Enumeration<E> enumeration)
构造
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<E> |
iterator() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic EnumerationIter(Enumeration<E> enumeration)
enumeration - Enumeration对象Copyright © 2020. All rights reserved.