public static final class Iterators.Array<T> extends Iterators.ReadOnly<T>
private int
index
private T[]
items
Array(T[] items)
boolean
hasNext()
T
next()
remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private final T[] items
private int index
public Array(T[] items)
public boolean hasNext()
public T next()