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