final class PackedReaderIterator extends PackedInts.ReaderIteratorImpl
| Modifier and Type | Field and Description |
|---|---|
(package private) BulkOperation |
bulkOperation |
(package private) PackedInts.Format |
format |
(package private) int |
iterations |
(package private) byte[] |
nextBlocks |
(package private) LongsRef |
nextValues |
(package private) int |
packedIntsVersion |
(package private) int |
position |
bitsPerValue, in, valueCount| Constructor and Description |
|---|
PackedReaderIterator(PackedInts.Format format,
int packedIntsVersion,
int valueCount,
int bitsPerValue,
DataInput in,
int mem) |
| Modifier and Type | Method and Description |
|---|---|
LongsRef |
next(int count)
Returns at least 1 and at most
count next values,
the returned ref MUST NOT be modified |
int |
ord()
Returns the current position
|
getBitsPerValue, next, sizefinal int packedIntsVersion
final PackedInts.Format format
final BulkOperation bulkOperation
final byte[] nextBlocks
final LongsRef nextValues
final int iterations
int position
PackedReaderIterator(PackedInts.Format format, int packedIntsVersion, int valueCount, int bitsPerValue, DataInput in, int mem)
public LongsRef next(int count) throws java.io.IOException
PackedInts.ReaderIteratorcount next values,
the returned ref MUST NOT be modifiedjava.io.IOExceptionpublic int ord()
PackedInts.ReaderIterator