E
- 元素类型public class EnumerationIter<E> extends Object implements IterableIter<E>, Serializable
Enumeration
对象转Iterator
对象Constructor and Description |
---|
EnumerationIter(Enumeration<E> enumeration)
构造
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
iterator
forEach, spliterator
forEachRemaining
public EnumerationIter(Enumeration<E> enumeration)
enumeration
- Enumeration
对象Copyright © 2024. All rights reserved.