public class ArrayEnumerator<E> extends java.lang.Object implements java.util.Enumeration<E>
private int
index
private E[]
source
ArrayEnumerator(E[] source)
boolean
hasMoreElements()
E
nextElement()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final E[] source
private int index
public ArrayEnumerator(E[] source)
public boolean hasMoreElements()
hasMoreElements
java.util.Enumeration<E>
public E nextElement()
nextElement