public class ArrayEnumeration<E> extends Object implements Enumeration<E>
public ArrayEnumeration(Object array)
public ArrayEnumeration(E[] array)
public boolean hasMoreElements()
hasMoreElements 在接口中 Enumeration<E>public E nextElement()
nextElement 在接口中 Enumeration<E>Copyright © 2020. All rights reserved.