Class Packed64SingleBlock.Packed64SingleBlock8

All Implemented Interfaces:
Accountable
Enclosing class:
Packed64SingleBlock

static class Packed64SingleBlock.Packed64SingleBlock8 extends Packed64SingleBlock
  • Constructor Details

    • Packed64SingleBlock8

      Packed64SingleBlock8(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
    • set

      public void set(int index, long value)
      Description copied from class: PackedInts.Mutable
      Set the value at the given index in the array.
      Specified by:
      set in class PackedInts.Mutable
      Parameters:
      index - where the value should be positioned.
      value - a value conforming to the constraints set by the array.