almost.functional.utils
public static class ArrayIterable.ArrayIterator<D> extends ImmutableIterator<D>
Constructor and Description |
---|
ArrayIterable.ArrayIterator(D... data) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
D |
next() |
makeImmutable, remove