class AbstractParallelAnyArray.FilteredIterator<U>
extends java.lang.Object
implements java.util.Iterator<U>
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
cursor |
(package private) java.lang.Object |
next |
| Constructor and Description |
|---|
FilteredIterator() |
| Modifier and Type | Method and Description |
|---|---|
private void |
advance() |
boolean |
hasNext() |
U |
next() |
void |
remove() |