public interface IndexedLongs extends Closeable
Modifier and Type | Method and Description |
---|---|
int |
binarySearch(long key) |
int |
binarySearch(long key,
int from,
int to) |
void |
fill(int index,
long[] toFill) |
long |
get(int index) |
int |
size() |
Copyright © 2011–2015. All rights reserved.