Class LegacyPacked64SingleBlock.Packed64SingleBlock10
- java.lang.Object
-
- org.apache.lucene.util.packed.PackedInts.Reader
-
- org.apache.lucene.backward_codecs.packed.LegacyPacked64SingleBlock
-
- org.apache.lucene.backward_codecs.packed.LegacyPacked64SingleBlock.Packed64SingleBlock10
-
- All Implemented Interfaces:
Accountable
- Enclosing class:
- LegacyPacked64SingleBlock
static class LegacyPacked64SingleBlock.Packed64SingleBlock10 extends 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, valueCount
-
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
-
Constructor Summary
Constructors Constructor Description Packed64SingleBlock10(int valueCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
get(int index)
Get the long at the given index.-
Methods inherited from class org.apache.lucene.backward_codecs.packed.LegacyPacked64SingleBlock
create, get, isSupported, ramBytesUsed, size, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
-
-
-
Method Detail
-
get
public long get(int index)
Description copied from class:PackedInts.Reader
Get the long at the given index. Behavior is undefined for out-of-range indices.- Specified by:
get
in classPackedInts.Reader
-
-