Class LegacyPacked64SingleBlock.Packed64SingleBlock7

java.lang.Object
org.apache.lucene.util.packed.PackedInts.Reader
org.apache.lucene.backward_codecs.packed.LegacyPacked64SingleBlock
org.apache.lucene.backward_codecs.packed.LegacyPacked64SingleBlock.Packed64SingleBlock7
All Implemented Interfaces:
Accountable
Enclosing class:
LegacyPacked64SingleBlock

static class LegacyPacked64SingleBlock.Packed64SingleBlock7 extends LegacyPacked64SingleBlock
  • Constructor Details

    • Packed64SingleBlock7

      Packed64SingleBlock7(int valueCount)
  • Method Details

    • 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 class PackedInts.Reader