private static class ImmutableArray.ArrayIterator<T> extends Object implements Iterator<T>
Modifier and Type | Field and Description |
---|---|
private ImmutableArray<T> |
coll |
private int |
i |
Constructor and Description |
---|
ArrayIterator(ImmutableArray<T> coll) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private int i
private final ImmutableArray<T> coll
ArrayIterator(ImmutableArray<T> coll)