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