E - 元素类型public class IteratorEnumeration<E> extends Object implements Enumeration<E>, Serializable
public boolean hasMoreElements()
hasMoreElements 在接口中 Enumeration<E>public E nextElement()
nextElement 在接口中 Enumeration<E>Copyright © 2024. All rights reserved.