abstract static class PackedInts.ReaderImpl extends PackedInts.Reader
Modifier and Type | Field and Description |
---|---|
protected int |
valueCount |
Modifier | Constructor and Description |
---|---|
protected |
ReaderImpl(int valueCount) |
Modifier and Type | Method and Description |
---|---|
abstract long |
get(int index)
Get the long at the given index.
|
int |
size() |
get
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildResources, ramBytesUsed
public abstract long get(int index)
PackedInts.Reader
get
in class PackedInts.Reader
public final int size()
size
in class PackedInts.Reader