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 |
---|
ImmutableArray.ArrayIterator(ImmutableArray<T> coll) |
private int i
private final ImmutableArray<T> coll
ImmutableArray.ArrayIterator(ImmutableArray<T> coll)