Class LegacyPacked64SingleBlock.Packed64SingleBlock32
java.lang.Object
org.apache.lucene.util.packed.PackedInts.Reader
org.apache.lucene.backward_codecs.packed.LegacyPacked64SingleBlock
org.apache.lucene.backward_codecs.packed.LegacyPacked64SingleBlock.Packed64SingleBlock32
- All Implemented Interfaces:
Accountable
- Enclosing class:
LegacyPacked64SingleBlock
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.backward_codecs.packed.LegacyPacked64SingleBlock
LegacyPacked64SingleBlock.Packed64SingleBlock1, LegacyPacked64SingleBlock.Packed64SingleBlock10, LegacyPacked64SingleBlock.Packed64SingleBlock12, LegacyPacked64SingleBlock.Packed64SingleBlock16, LegacyPacked64SingleBlock.Packed64SingleBlock2, LegacyPacked64SingleBlock.Packed64SingleBlock21, LegacyPacked64SingleBlock.Packed64SingleBlock3, LegacyPacked64SingleBlock.Packed64SingleBlock32, LegacyPacked64SingleBlock.Packed64SingleBlock4, LegacyPacked64SingleBlock.Packed64SingleBlock5, LegacyPacked64SingleBlock.Packed64SingleBlock6, LegacyPacked64SingleBlock.Packed64SingleBlock7, LegacyPacked64SingleBlock.Packed64SingleBlock8, LegacyPacked64SingleBlock.Packed64SingleBlock9 -
Field Summary
Fields inherited from class org.apache.lucene.backward_codecs.packed.LegacyPacked64SingleBlock
bitsPerValue, blocks, MAX_SUPPORTED_BITS_PER_VALUE, valueCountFields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.backward_codecs.packed.LegacyPacked64SingleBlock
create, get, isSupported, ramBytesUsed, size, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
Constructor Details
-
Packed64SingleBlock32
Packed64SingleBlock32(int valueCount)
-
-
Method Details
-
get
public long get(int index) Description copied from class:PackedInts.ReaderGet the long at the given index. Behavior is undefined for out-of-range indices.- Specified by:
getin classPackedInts.Reader
-