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