class ImmutableArray.ImmutableArrayIterator
extends java.lang.Object
implements java.util.Iterator<T>
Modifier and Type | Field and Description |
---|---|
private int |
index |
Constructor and Description |
---|
ImmutableArrayIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |