static final class ParallelLongArray.ParallelLongArrayIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Long>
Modifier and Type | Field and Description |
---|---|
(package private) long[] |
arr |
(package private) int |
cursor |
(package private) int |
hi |
Constructor and Description |
---|
ParallelLongArray.ParallelLongArrayIterator(long[] a,
int limit) |
ParallelLongArray.ParallelLongArrayIterator(long[] a, int limit)
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Long>
public java.lang.Long next()
next
in interface java.util.Iterator<java.lang.Long>
public void remove()
remove
in interface java.util.Iterator<java.lang.Long>