public class ArrayIterator<T> extends java.lang.Object implements java.util.Iterator<T>
protected T[]
elements
protected int
index
ArrayIterator(T[] elements)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected int index
protected final T[] elements
public ArrayIterator(T[] elements)
public boolean hasNext()
hasNext
java.util.Iterator<T>
public T next()
next
public void remove()
remove