public interface IndexedLongs extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
fill(int index,
long[] toFill) |
long |
get(int index) |
int |
size() |
int size()
long get(int index)
void fill(int index,
long[] toFill)
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2011–2017. All rights reserved.