static final class ParallelArray.ParallelArrayIterator<T> extends java.lang.Object implements java.util.Iterator<T>
(package private) T[]
arr
(package private) int
cursor
hi
ParallelArray.ParallelArrayIterator(T[] a, int limit)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
int cursor
final T[] arr
final int hi
public boolean hasNext()
hasNext
java.util.Iterator<T>
public T next()
next
public void remove()
remove