E
- 元素类型public class IteratorEnumeration<E> extends Object implements Enumeration<E>, Serializable
Constructor and Description |
---|
IteratorEnumeration(Iterator<E> iterator)
构造
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
E |
nextElement() |
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<E>
public E nextElement()
nextElement
in interface Enumeration<E>
Copyright © 2024. All rights reserved.