class AbstractParallelAnyArray.FilteredAsDoubleIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Double>
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
cursor |
(package private) double |
next |
| Constructor and Description |
|---|
FilteredAsDoubleIterator() |
| Modifier and Type | Method and Description |
|---|---|
private void |
advance() |
boolean |
hasNext() |
java.lang.Double |
next() |
void |
remove() |
private void advance()
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>