public static class Array.ArrayIterator<T> extends java.lang.Object implements java.util.Iterator<T>, java.lang.Iterable<T>
Array.ArrayIterator(Array<T> array)
Array.ArrayIterator(Array<T> array, boolean allowRemove)
boolean
hasNext()
java.util.Iterator<T>
iterator()
T
next()
void
remove()
reset()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Array.ArrayIterator(Array<T> array)
public Array.ArrayIterator(Array<T> array, boolean allowRemove)
public boolean hasNext()
hasNext
public T next()
next
public void remove()
remove
public void reset()
public java.util.Iterator<T> iterator()
iterator
java.lang.Iterable<T>