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
  • Constructor Details

    • Packed64SingleBlock10

      Packed64SingleBlock10(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