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, wait
forEachRemaining
forEach, spliterator
public EnumerationIter(Enumeration<E> enumeration)
enumeration
- Enumeration
对象Copyright © 2020. All rights reserved.