public interface IndexedInts extends Iterable<Integer>, Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
fill(int index,
int[] toFill) |
int |
get(int index) |
int |
size() |
forEach, iterator, spliteratorCopyright © 2011–2016. All rights reserved.