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