static class Packed64SingleBlock.Packed64SingleBlock10 extends Packed64SingleBlock
Packed64SingleBlock.Packed64SingleBlock1, Packed64SingleBlock.Packed64SingleBlock10, Packed64SingleBlock.Packed64SingleBlock12, Packed64SingleBlock.Packed64SingleBlock16, Packed64SingleBlock.Packed64SingleBlock2, Packed64SingleBlock.Packed64SingleBlock21, Packed64SingleBlock.Packed64SingleBlock3, Packed64SingleBlock.Packed64SingleBlock32, Packed64SingleBlock.Packed64SingleBlock4, Packed64SingleBlock.Packed64SingleBlock5, Packed64SingleBlock.Packed64SingleBlock6, Packed64SingleBlock.Packed64SingleBlock7, Packed64SingleBlock.Packed64SingleBlock8, Packed64SingleBlock.Packed64SingleBlock9
blocks, MAX_SUPPORTED_BITS_PER_VALUE
bitsPerValue, valueCount
Constructor and Description |
---|
Packed64SingleBlock10(int valueCount) |
Modifier and Type | Method and Description |
---|---|
long |
get(int index)
Returns the numeric value for the specified document ID.
|
void |
set(int index,
long value)
Set the value at the given index in the array.
|
clear, create, create, fill, get, getFormat, isSupported, ramBytesUsed, set, toString
getBitsPerValue, size
save
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildResources
public long get(int index)
NumericDocValues
get
in class NumericDocValues
index
- document ID to lookuppublic void set(int index, long value)
PackedInts.Mutable
set
in class PackedInts.Mutable
index
- where the value should be positioned.value
- a value conforming to the constraints set by the array.