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() |
getclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildResources, ramBytesUsedpublic abstract long get(int index)
PackedInts.Readerget in class PackedInts.Readerpublic final int size()
size in class PackedInts.Reader