public class ArrayIterator<T> extends Object implements Iterator<T>
ArrayIterator(T[] array)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayIterator(T[] array)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove