class org.apache.lucene.util.packed.Packed64 extends org.apache.lucene.util.packed.PackedInts$MutableImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.util.packed.Packed64
  super_class: org.apache.lucene.util.packed.PackedInts$MutableImpl
{
  static final int BLOCK_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  static final int BLOCK_BITS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  static final int MOD_MASK;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 63

  private final long[] blocks;
    descriptor: [J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long maskRight;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int bpvMinusBlockSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 45
            ldc Lorg/apache/lucene/util/packed/Packed64;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
         3: .line 48
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.apache.lucene.util.packed.Packed64 this
        start local 1 // int valueCount
        start local 2 // int bitsPerValue
         0: .line 70
            aload 0 /* this */
            iload 1 /* valueCount */
            iload 2 /* bitsPerValue */
            invokespecial org.apache.lucene.util.packed.PackedInts$MutableImpl.<init>:(II)V
         1: .line 71
            getstatic org.apache.lucene.util.packed.PackedInts$Format.PACKED:Lorg/apache/lucene/util/packed/PackedInts$Format;
            astore 3 /* format */
        start local 3 // org.apache.lucene.util.packed.PackedInts$Format format
         2: .line 72
            aload 3 /* format */
            iconst_2
            iload 1 /* valueCount */
            iload 2 /* bitsPerValue */
            invokevirtual org.apache.lucene.util.packed.PackedInts$Format.longCount:(III)I
            istore 4 /* longCount */
        start local 4 // int longCount
         3: .line 73
            aload 0 /* this */
            iload 4 /* longCount */
            newarray 11
            putfield org.apache.lucene.util.packed.Packed64.blocks:[J
         4: .line 74
            aload 0 /* this */
            ldc -1
            bipush 64
            iload 2 /* bitsPerValue */
            isub
            lshl
            bipush 64
            iload 2 /* bitsPerValue */
            isub
            lushr
            putfield org.apache.lucene.util.packed.Packed64.maskRight:J
         5: .line 75
            aload 0 /* this */
            iload 2 /* bitsPerValue */
            bipush 64
            isub
            putfield org.apache.lucene.util.packed.Packed64.bpvMinusBlockSize:I
         6: .line 76
            return
        end local 4 // int longCount
        end local 3 // org.apache.lucene.util.packed.PackedInts$Format format
        end local 2 // int bitsPerValue
        end local 1 // int valueCount
        end local 0 // org.apache.lucene.util.packed.Packed64 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/apache/lucene/util/packed/Packed64;
            0    7     1    valueCount  I
            0    7     2  bitsPerValue  I
            2    7     3        format  Lorg/apache/lucene/util/packed/PackedInts$Format;
            3    7     4     longCount  I
    MethodParameters:
              Name  Flags
      valueCount    
      bitsPerValue  

  public void <init>(int, org.apache.lucene.store.DataInput, int, int);
    descriptor: (ILorg/apache/lucene/store/DataInput;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=13, args_size=5
        start local 0 // org.apache.lucene.util.packed.Packed64 this
        start local 1 // int packedIntsVersion
        start local 2 // org.apache.lucene.store.DataInput in
        start local 3 // int valueCount
        start local 4 // int bitsPerValue
         0: .line 88
            aload 0 /* this */
            iload 3 /* valueCount */
            iload 4 /* bitsPerValue */
            invokespecial org.apache.lucene.util.packed.PackedInts$MutableImpl.<init>:(II)V
         1: .line 89
            getstatic org.apache.lucene.util.packed.PackedInts$Format.PACKED:Lorg/apache/lucene/util/packed/PackedInts$Format;
            astore 5 /* format */
        start local 5 // org.apache.lucene.util.packed.PackedInts$Format format
         2: .line 90
            aload 5 /* format */
            iload 1 /* packedIntsVersion */
            iload 3 /* valueCount */
            iload 4 /* bitsPerValue */
            invokevirtual org.apache.lucene.util.packed.PackedInts$Format.byteCount:(III)J
            lstore 6 /* byteCount */
        start local 6 // long byteCount
         3: .line 91
            aload 5 /* format */
            iconst_2
            iload 3 /* valueCount */
            iload 4 /* bitsPerValue */
            invokevirtual org.apache.lucene.util.packed.PackedInts$Format.longCount:(III)I
            istore 8 /* longCount */
        start local 8 // int longCount
         4: .line 92
            aload 0 /* this */
            iload 8 /* longCount */
            newarray 11
            putfield org.apache.lucene.util.packed.Packed64.blocks:[J
         5: .line 94
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         6: goto 9
         7: .line 95
      StackMap locals: org.apache.lucene.util.packed.Packed64 int org.apache.lucene.store.DataInput int int org.apache.lucene.util.packed.PackedInts$Format long int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            iload 9 /* i */
            aload 2 /* in */
            invokevirtual org.apache.lucene.store.DataInput.readLong:()J
            lastore
         8: .line 94
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 9 /* i */
            i2l
            lload 6 /* byteCount */
            ldc 8
            ldiv
            lcmp
            iflt 7
        end local 9 // int i
        10: .line 97
            lload 6 /* byteCount */
            ldc 8
            lrem
            l2i
            istore 9 /* remaining */
        start local 9 // int remaining
        11: .line 98
            iload 9 /* remaining */
            ifeq 19
        12: .line 100
            lconst_0
            lstore 10 /* lastLong */
        start local 10 // long lastLong
        13: .line 101
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        14: goto 17
        15: .line 102
      StackMap locals: long int
      StackMap stack:
            lload 10 /* lastLong */
            aload 2 /* in */
            invokevirtual org.apache.lucene.store.DataInput.readByte:()B
            i2l
            ldc 255
            land
            bipush 56
            iload 12 /* i */
            bipush 8
            imul
            isub
            lshl
            lor
            lstore 10 /* lastLong */
        16: .line 101
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 12 /* i */
            iload 9 /* remaining */
            if_icmplt 15
        end local 12 // int i
        18: .line 104
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            arraylength
            iconst_1
            isub
            lload 10 /* lastLong */
            lastore
        end local 10 // long lastLong
        19: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc -1
            bipush 64
            iload 4 /* bitsPerValue */
            isub
            lshl
            bipush 64
            iload 4 /* bitsPerValue */
            isub
            lushr
            putfield org.apache.lucene.util.packed.Packed64.maskRight:J
        20: .line 107
            aload 0 /* this */
            iload 4 /* bitsPerValue */
            bipush 64
            isub
            putfield org.apache.lucene.util.packed.Packed64.bpvMinusBlockSize:I
        21: .line 108
            return
        end local 9 // int remaining
        end local 8 // int longCount
        end local 6 // long byteCount
        end local 5 // org.apache.lucene.util.packed.PackedInts$Format format
        end local 4 // int bitsPerValue
        end local 3 // int valueCount
        end local 2 // org.apache.lucene.store.DataInput in
        end local 1 // int packedIntsVersion
        end local 0 // org.apache.lucene.util.packed.Packed64 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   22     0               this  Lorg/apache/lucene/util/packed/Packed64;
            0   22     1  packedIntsVersion  I
            0   22     2                 in  Lorg/apache/lucene/store/DataInput;
            0   22     3         valueCount  I
            0   22     4       bitsPerValue  I
            2   22     5             format  Lorg/apache/lucene/util/packed/PackedInts$Format;
            3   22     6          byteCount  J
            4   22     8          longCount  I
            6   10     9                  i  I
           11   22     9          remaining  I
           13   19    10           lastLong  J
           14   18    12                  i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      packedIntsVersion  
      in                 
      valueCount         
      bitsPerValue       

  public long get(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=2
        start local 0 // org.apache.lucene.util.packed.Packed64 this
        start local 1 // int index
         0: .line 117
            iload 1 /* index */
            i2l
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            i2l
            lmul
            lstore 2 /* majorBitPos */
        start local 2 // long majorBitPos
         1: .line 119
            lload 2 /* majorBitPos */
            bipush 6
            lushr
            l2i
            istore 4 /* elementPos */
        start local 4 // int elementPos
         2: .line 121
            lload 2 /* majorBitPos */
            ldc 63
            land
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bpvMinusBlockSize:I
            i2l
            ladd
            lstore 5 /* endBits */
        start local 5 // long endBits
         3: .line 123
            lload 5 /* endBits */
            lconst_0
            lcmp
            ifgt 5
         4: .line 124
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            iload 4 /* elementPos */
            laload
            lload 5 /* endBits */
            lneg
            l2i
            lushr
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.maskRight:J
            land
            lreturn
         5: .line 127
      StackMap locals: long int long
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            iload 4 /* elementPos */
            laload
            lload 5 /* endBits */
            l2i
            lshl
         6: .line 128
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            iload 4 /* elementPos */
            iconst_1
            iadd
            laload
            ldc 64
            lload 5 /* endBits */
            lsub
            l2i
            lushr
         7: .line 127
            lor
         8: .line 129
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.maskRight:J
         9: .line 127
            land
            lreturn
        end local 5 // long endBits
        end local 4 // int elementPos
        end local 2 // long majorBitPos
        end local 1 // int index
        end local 0 // org.apache.lucene.util.packed.Packed64 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lorg/apache/lucene/util/packed/Packed64;
            0   10     1        index  I
            1   10     2  majorBitPos  J
            2   10     4   elementPos  I
            3   10     5      endBits  J
    MethodParameters:
       Name  Flags
      index  final

  public int get(int, long[], int, int);
    descriptor: (I[JII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=5
        start local 0 // org.apache.lucene.util.packed.Packed64 this
        start local 1 // int index
        start local 2 // long[] arr
        start local 3 // int off
        start local 4 // int len
         0: .line 134
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 1
            iload 4 /* len */
            ifgt 1
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "len must be > 0 (got "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* len */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 135
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 3
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.valueCount:I
            if_icmplt 3
      StackMap locals:
      StackMap stack:
         2: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 136
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.valueCount:I
            iload 1 /* index */
            isub
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* len */
         4: .line 137
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 5
            iload 3 /* off */
            iload 4 /* len */
            iadd
            aload 2 /* arr */
            arraylength
            if_icmple 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 139
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            istore 5 /* originalIndex */
        start local 5 // int originalIndex
         6: .line 140
            getstatic org.apache.lucene.util.packed.PackedInts$Format.PACKED:Lorg/apache/lucene/util/packed/PackedInts$Format;
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            invokestatic org.apache.lucene.util.packed.BulkOperation.of:(Lorg/apache/lucene/util/packed/PackedInts$Format;I)Lorg/apache/lucene/util/packed/BulkOperation;
            astore 6 /* decoder */
        start local 6 // org.apache.lucene.util.packed.PackedInts$Decoder decoder
         7: .line 143
            iload 1 /* index */
            aload 6 /* decoder */
            invokeinterface org.apache.lucene.util.packed.PackedInts$Decoder.longValueCount:()I
            irem
            istore 7 /* offsetInBlocks */
        start local 7 // int offsetInBlocks
         8: .line 144
            iload 7 /* offsetInBlocks */
            ifeq 17
         9: .line 145
            iload 7 /* offsetInBlocks */
            istore 8 /* i */
        start local 8 // int i
        10: goto 14
        11: .line 146
      StackMap locals: org.apache.lucene.util.packed.Packed64 int long[] int int int org.apache.lucene.util.packed.PackedInts$Decoder int int
      StackMap stack:
            aload 2 /* arr */
            iload 3 /* off */
            iinc 3 /* off */ 1
            aload 0 /* this */
            iload 1 /* index */
            iinc 1 /* index */ 1
            invokevirtual org.apache.lucene.util.packed.Packed64.get:(I)J
            lastore
        12: .line 147
            iinc 4 /* len */ -1
        13: .line 145
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 8 /* i */
            aload 6 /* decoder */
            invokeinterface org.apache.lucene.util.packed.PackedInts$Decoder.longValueCount:()I
            if_icmpge 15
            iload 4 /* len */
            ifgt 11
        end local 8 // int i
        15: .line 149
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            ifne 17
        16: .line 150
            iload 1 /* index */
            iload 5 /* originalIndex */
            isub
            ireturn
        17: .line 155
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 18
            iload 1 /* index */
            aload 6 /* decoder */
            invokeinterface org.apache.lucene.util.packed.PackedInts$Decoder.longValueCount:()I
            irem
            ifeq 18
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        18: .line 156
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            i2l
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            i2l
            lmul
            bipush 6
            lushr
            l2i
            istore 8 /* blockIndex */
        start local 8 // int blockIndex
        19: .line 157
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 20
            iload 1 /* index */
            i2l
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            i2l
            lmul
            ldc 63
            land
            lconst_0
            lcmp
            ifeq 20
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        20: .line 158
      StackMap locals: int
      StackMap stack:
            iload 4 /* len */
            aload 6 /* decoder */
            invokeinterface org.apache.lucene.util.packed.PackedInts$Decoder.longValueCount:()I
            idiv
            istore 9 /* iterations */
        start local 9 // int iterations
        21: .line 159
            aload 6 /* decoder */
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            iload 8 /* blockIndex */
            aload 2 /* arr */
            iload 3 /* off */
            iload 9 /* iterations */
            invokeinterface org.apache.lucene.util.packed.PackedInts$Decoder.decode:([JI[JII)V
        22: .line 160
            iload 9 /* iterations */
            aload 6 /* decoder */
            invokeinterface org.apache.lucene.util.packed.PackedInts$Decoder.longValueCount:()I
            imul
            istore 10 /* gotValues */
        start local 10 // int gotValues
        23: .line 161
            iload 1 /* index */
            iload 10 /* gotValues */
            iadd
            istore 1 /* index */
        24: .line 162
            iload 4 /* len */
            iload 10 /* gotValues */
            isub
            istore 4 /* len */
        25: .line 163
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 26
            iload 4 /* len */
            ifge 26
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        26: .line 165
      StackMap locals: int int
      StackMap stack:
            iload 1 /* index */
            iload 5 /* originalIndex */
            if_icmple 28
        27: .line 167
            iload 1 /* index */
            iload 5 /* originalIndex */
            isub
            ireturn
        28: .line 170
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 29
            iload 1 /* index */
            iload 5 /* originalIndex */
            if_icmpeq 29
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        29: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* arr */
            iload 3 /* off */
            iload 4 /* len */
            invokespecial org.apache.lucene.util.packed.PackedInts$MutableImpl.get:(I[JII)I
            ireturn
        end local 10 // int gotValues
        end local 9 // int iterations
        end local 8 // int blockIndex
        end local 7 // int offsetInBlocks
        end local 6 // org.apache.lucene.util.packed.PackedInts$Decoder decoder
        end local 5 // int originalIndex
        end local 4 // int len
        end local 3 // int off
        end local 2 // long[] arr
        end local 1 // int index
        end local 0 // org.apache.lucene.util.packed.Packed64 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   30     0            this  Lorg/apache/lucene/util/packed/Packed64;
            0   30     1           index  I
            0   30     2             arr  [J
            0   30     3             off  I
            0   30     4             len  I
            6   30     5   originalIndex  I
            7   30     6         decoder  Lorg/apache/lucene/util/packed/PackedInts$Decoder;
            8   30     7  offsetInBlocks  I
           10   15     8               i  I
           19   30     8      blockIndex  I
           21   30     9      iterations  I
           23   30    10       gotValues  I
    MethodParameters:
       Name  Flags
      index  
      arr    
      off    
      len    

  public void set(int, long);
    descriptor: (IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=9, args_size=3
        start local 0 // org.apache.lucene.util.packed.Packed64 this
        start local 1 // int index
        start local 2 // long value
         0: .line 178
            iload 1 /* index */
            i2l
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            i2l
            lmul
            lstore 4 /* majorBitPos */
        start local 4 // long majorBitPos
         1: .line 180
            lload 4 /* majorBitPos */
            bipush 6
            lushr
            l2i
            istore 6 /* elementPos */
        start local 6 // int elementPos
         2: .line 182
            lload 4 /* majorBitPos */
            ldc 63
            land
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bpvMinusBlockSize:I
            i2l
            ladd
            lstore 7 /* endBits */
        start local 7 // long endBits
         3: .line 184
            lload 7 /* endBits */
            lconst_0
            lcmp
            ifgt 8
         4: .line 185
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            iload 6 /* elementPos */
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            iload 6 /* elementPos */
            laload
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.maskRight:J
            lload 7 /* endBits */
            lneg
            l2i
            lshl
            ldc -1
            lxor
            land
         5: .line 186
            lload 2 /* value */
            lload 7 /* endBits */
            lneg
            l2i
            lshl
            lor
         6: .line 185
            lastore
         7: .line 187
            return
         8: .line 190
      StackMap locals: long int long
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            iload 6 /* elementPos */
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            iload 6 /* elementPos */
            laload
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.maskRight:J
            lload 7 /* endBits */
            l2i
            lushr
            ldc -1
            lxor
            land
         9: .line 191
            lload 2 /* value */
            lload 7 /* endBits */
            l2i
            lushr
            lor
        10: .line 190
            lastore
        11: .line 192
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            iload 6 /* elementPos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            iload 6 /* elementPos */
            iconst_1
            iadd
            laload
            ldc -1
            lload 7 /* endBits */
            l2i
            lushr
            land
        12: .line 193
            lload 2 /* value */
            ldc 64
            lload 7 /* endBits */
            lsub
            l2i
            lshl
            lor
        13: .line 192
            lastore
        14: .line 194
            return
        end local 7 // long endBits
        end local 6 // int elementPos
        end local 4 // long majorBitPos
        end local 2 // long value
        end local 1 // int index
        end local 0 // org.apache.lucene.util.packed.Packed64 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lorg/apache/lucene/util/packed/Packed64;
            0   15     1        index  I
            0   15     2        value  J
            1   15     4  majorBitPos  J
            2   15     6   elementPos  I
            3   15     7      endBits  J
    MethodParameters:
       Name  Flags
      index  final
      value  final

  public int set(int, long[], int, int);
    descriptor: (I[JII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=5
        start local 0 // org.apache.lucene.util.packed.Packed64 this
        start local 1 // int index
        start local 2 // long[] arr
        start local 3 // int off
        start local 4 // int len
         0: .line 198
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 1
            iload 4 /* len */
            ifgt 1
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "len must be > 0 (got "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* len */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 199
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 3
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.valueCount:I
            if_icmplt 3
      StackMap locals:
      StackMap stack:
         2: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 200
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.valueCount:I
            iload 1 /* index */
            isub
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* len */
         4: .line 201
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 5
            iload 3 /* off */
            iload 4 /* len */
            iadd
            aload 2 /* arr */
            arraylength
            if_icmple 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 203
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            istore 5 /* originalIndex */
        start local 5 // int originalIndex
         6: .line 204
            getstatic org.apache.lucene.util.packed.PackedInts$Format.PACKED:Lorg/apache/lucene/util/packed/PackedInts$Format;
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            invokestatic org.apache.lucene.util.packed.BulkOperation.of:(Lorg/apache/lucene/util/packed/PackedInts$Format;I)Lorg/apache/lucene/util/packed/BulkOperation;
            astore 6 /* encoder */
        start local 6 // org.apache.lucene.util.packed.PackedInts$Encoder encoder
         7: .line 207
            iload 1 /* index */
            aload 6 /* encoder */
            invokeinterface org.apache.lucene.util.packed.PackedInts$Encoder.longValueCount:()I
            irem
            istore 7 /* offsetInBlocks */
        start local 7 // int offsetInBlocks
         8: .line 208
            iload 7 /* offsetInBlocks */
            ifeq 17
         9: .line 209
            iload 7 /* offsetInBlocks */
            istore 8 /* i */
        start local 8 // int i
        10: goto 14
        11: .line 210
      StackMap locals: org.apache.lucene.util.packed.Packed64 int long[] int int int org.apache.lucene.util.packed.PackedInts$Encoder int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            iinc 1 /* index */ 1
            aload 2 /* arr */
            iload 3 /* off */
            iinc 3 /* off */ 1
            laload
            invokevirtual org.apache.lucene.util.packed.Packed64.set:(IJ)V
        12: .line 211
            iinc 4 /* len */ -1
        13: .line 209
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 8 /* i */
            aload 6 /* encoder */
            invokeinterface org.apache.lucene.util.packed.PackedInts$Encoder.longValueCount:()I
            if_icmpge 15
            iload 4 /* len */
            ifgt 11
        end local 8 // int i
        15: .line 213
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            ifne 17
        16: .line 214
            iload 1 /* index */
            iload 5 /* originalIndex */
            isub
            ireturn
        17: .line 219
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 18
            iload 1 /* index */
            aload 6 /* encoder */
            invokeinterface org.apache.lucene.util.packed.PackedInts$Encoder.longValueCount:()I
            irem
            ifeq 18
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        18: .line 220
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            i2l
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            i2l
            lmul
            bipush 6
            lushr
            l2i
            istore 8 /* blockIndex */
        start local 8 // int blockIndex
        19: .line 221
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 20
            iload 1 /* index */
            i2l
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            i2l
            lmul
            ldc 63
            land
            lconst_0
            lcmp
            ifeq 20
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        20: .line 222
      StackMap locals: int
      StackMap stack:
            iload 4 /* len */
            aload 6 /* encoder */
            invokeinterface org.apache.lucene.util.packed.PackedInts$Encoder.longValueCount:()I
            idiv
            istore 9 /* iterations */
        start local 9 // int iterations
        21: .line 223
            aload 6 /* encoder */
            aload 2 /* arr */
            iload 3 /* off */
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            iload 8 /* blockIndex */
            iload 9 /* iterations */
            invokeinterface org.apache.lucene.util.packed.PackedInts$Encoder.encode:([JI[JII)V
        22: .line 224
            iload 9 /* iterations */
            aload 6 /* encoder */
            invokeinterface org.apache.lucene.util.packed.PackedInts$Encoder.longValueCount:()I
            imul
            istore 10 /* setValues */
        start local 10 // int setValues
        23: .line 225
            iload 1 /* index */
            iload 10 /* setValues */
            iadd
            istore 1 /* index */
        24: .line 226
            iload 4 /* len */
            iload 10 /* setValues */
            isub
            istore 4 /* len */
        25: .line 227
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 26
            iload 4 /* len */
            ifge 26
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        26: .line 229
      StackMap locals: int int
      StackMap stack:
            iload 1 /* index */
            iload 5 /* originalIndex */
            if_icmple 28
        27: .line 231
            iload 1 /* index */
            iload 5 /* originalIndex */
            isub
            ireturn
        28: .line 234
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 29
            iload 1 /* index */
            iload 5 /* originalIndex */
            if_icmpeq 29
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        29: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* arr */
            iload 3 /* off */
            iload 4 /* len */
            invokespecial org.apache.lucene.util.packed.PackedInts$MutableImpl.set:(I[JII)I
            ireturn
        end local 10 // int setValues
        end local 9 // int iterations
        end local 8 // int blockIndex
        end local 7 // int offsetInBlocks
        end local 6 // org.apache.lucene.util.packed.PackedInts$Encoder encoder
        end local 5 // int originalIndex
        end local 4 // int len
        end local 3 // int off
        end local 2 // long[] arr
        end local 1 // int index
        end local 0 // org.apache.lucene.util.packed.Packed64 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   30     0            this  Lorg/apache/lucene/util/packed/Packed64;
            0   30     1           index  I
            0   30     2             arr  [J
            0   30     3             off  I
            0   30     4             len  I
            6   30     5   originalIndex  I
            7   30     6         encoder  Lorg/apache/lucene/util/packed/PackedInts$Encoder;
            8   30     7  offsetInBlocks  I
           10   15     8               i  I
           19   30     8      blockIndex  I
           21   30     9      iterations  I
           23   30    10       setValues  I
    MethodParameters:
       Name  Flags
      index  
      arr    
      off    
      len    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.packed.Packed64 this
         0: .line 241
            new java.lang.StringBuilder
            dup
            ldc "Packed64(bitsPerValue="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",size="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 242
            aload 0 /* this */
            invokevirtual org.apache.lucene.util.packed.Packed64.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",blocks="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 241
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.util.packed.Packed64 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/util/packed/Packed64;

  public long ramBytesUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.packed.Packed64 this
         0: .line 248
            getstatic org.apache.lucene.util.RamUsageEstimator.NUM_BYTES_OBJECT_HEADER:I
         1: .line 249
            bipush 12
         2: .line 248
            iadd
         3: .line 250
            bipush 8
         4: .line 248
            iadd
         5: .line 251
            getstatic org.apache.lucene.util.RamUsageEstimator.NUM_BYTES_OBJECT_REF:I
         6: .line 248
            iadd
            i2l
         7: .line 247
            invokestatic org.apache.lucene.util.RamUsageEstimator.alignObjectSize:(J)J
         8: .line 252
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            invokestatic org.apache.lucene.util.RamUsageEstimator.sizeOf:([J)J
         9: .line 247
            ladd
            lreturn
        end local 0 // org.apache.lucene.util.packed.Packed64 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/lucene/util/packed/Packed64;

  public void fill(int, int, long);
    descriptor: (IIJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=15, args_size=4
        start local 0 // org.apache.lucene.util.packed.Packed64 this
        start local 1 // int fromIndex
        start local 2 // int toIndex
        start local 3 // long val
         0: .line 257
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 1
            lload 3 /* val */
            invokestatic org.apache.lucene.util.packed.PackedInts.unsignedBitsRequired:(J)I
            aload 0 /* this */
            invokevirtual org.apache.lucene.util.packed.Packed64.getBitsPerValue:()I
            if_icmple 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 258
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 2
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            if_icmple 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 261
      StackMap locals:
      StackMap stack:
            bipush 64
            bipush 64
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            invokestatic org.apache.lucene.util.packed.Packed64.gcd:(II)I
            idiv
            istore 5 /* nAlignedValues */
        start local 5 // int nAlignedValues
         3: .line 262
            iload 2 /* toIndex */
            iload 1 /* fromIndex */
            isub
            istore 6 /* span */
        start local 6 // int span
         4: .line 263
            iload 6 /* span */
            iconst_3
            iload 5 /* nAlignedValues */
            imul
            if_icmpgt 7
         5: .line 266
            aload 0 /* this */
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            lload 3 /* val */
            invokespecial org.apache.lucene.util.packed.PackedInts$MutableImpl.fill:(IIJ)V
         6: .line 267
            return
         7: .line 271
      StackMap locals: int int
      StackMap stack:
            iload 1 /* fromIndex */
            iload 5 /* nAlignedValues */
            irem
            istore 7 /* fromIndexModNAlignedValues */
        start local 7 // int fromIndexModNAlignedValues
         8: .line 272
            iload 7 /* fromIndexModNAlignedValues */
            ifeq 14
         9: .line 273
            iload 7 /* fromIndexModNAlignedValues */
            istore 8 /* i */
        start local 8 // int i
        10: goto 13
        11: .line 274
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* fromIndex */
            iinc 1 /* fromIndex */ 1
            lload 3 /* val */
            invokevirtual org.apache.lucene.util.packed.Packed64.set:(IJ)V
        12: .line 273
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 8 /* i */
            iload 5 /* nAlignedValues */
            if_icmplt 11
        end local 8 // int i
        14: .line 277
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 15
            iload 1 /* fromIndex */
            iload 5 /* nAlignedValues */
            irem
            ifeq 15
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        15: .line 282
      StackMap locals:
      StackMap stack:
            iload 5 /* nAlignedValues */
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            imul
            bipush 6
            ishr
            istore 8 /* nAlignedBlocks */
        start local 8 // int nAlignedBlocks
        16: .line 285
            new org.apache.lucene.util.packed.Packed64
            dup
            iload 5 /* nAlignedValues */
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            invokespecial org.apache.lucene.util.packed.Packed64.<init>:(II)V
            astore 10 /* values */
        start local 10 // org.apache.lucene.util.packed.Packed64 values
        17: .line 286
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        18: goto 21
        19: .line 287
      StackMap locals: org.apache.lucene.util.packed.Packed64 int int long int int int int top org.apache.lucene.util.packed.Packed64 int
      StackMap stack:
            aload 10 /* values */
            iload 11 /* i */
            lload 3 /* val */
            invokevirtual org.apache.lucene.util.packed.Packed64.set:(IJ)V
        20: .line 286
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 11 /* i */
            iload 5 /* nAlignedValues */
            if_icmplt 19
        end local 11 // int i
        22: .line 289
            aload 10 /* values */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            astore 9 /* nAlignedValuesBlocks */
        start local 9 // long[] nAlignedValuesBlocks
        23: .line 290
            getstatic org.apache.lucene.util.packed.Packed64.$assertionsDisabled:Z
            ifne 24
            iload 8 /* nAlignedBlocks */
            aload 9 /* nAlignedValuesBlocks */
            arraylength
            if_icmple 24
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 10 // org.apache.lucene.util.packed.Packed64 values
        24: .line 292
      StackMap locals: org.apache.lucene.util.packed.Packed64 int int long int int int int long[]
      StackMap stack:
            iload 1 /* fromIndex */
            i2l
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            i2l
            lmul
            bipush 6
            lushr
            l2i
            istore 10 /* startBlock */
        start local 10 // int startBlock
        25: .line 293
            iload 2 /* toIndex */
            i2l
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            i2l
            lmul
            bipush 6
            lushr
            l2i
            istore 11 /* endBlock */
        start local 11 // int endBlock
        26: .line 294
            iload 10 /* startBlock */
            istore 12 /* block */
        start local 12 // int block
        27: goto 31
        28: .line 295
      StackMap locals: int int int
      StackMap stack:
            aload 9 /* nAlignedValuesBlocks */
            iload 12 /* block */
            iload 8 /* nAlignedBlocks */
            irem
            laload
            lstore 13 /* blockValue */
        start local 13 // long blockValue
        29: .line 296
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            iload 12 /* block */
            lload 13 /* blockValue */
            lastore
        end local 13 // long blockValue
        30: .line 294
            iinc 12 /* block */ 1
      StackMap locals:
      StackMap stack:
        31: iload 12 /* block */
            iload 11 /* endBlock */
            if_icmplt 28
        end local 12 // int block
        32: .line 300
            iload 11 /* endBlock */
            i2l
            bipush 6
            lshl
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.bitsPerValue:I
            i2l
            ldiv
            l2i
            istore 12 /* i */
        start local 12 // int i
        33: goto 36
        34: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 12 /* i */
            lload 3 /* val */
            invokevirtual org.apache.lucene.util.packed.Packed64.set:(IJ)V
        35: .line 300
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 12 /* i */
            iload 2 /* toIndex */
            if_icmplt 34
        end local 12 // int i
        37: .line 303
            return
        end local 11 // int endBlock
        end local 10 // int startBlock
        end local 9 // long[] nAlignedValuesBlocks
        end local 8 // int nAlignedBlocks
        end local 7 // int fromIndexModNAlignedValues
        end local 6 // int span
        end local 5 // int nAlignedValues
        end local 3 // long val
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // org.apache.lucene.util.packed.Packed64 this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   38     0                        this  Lorg/apache/lucene/util/packed/Packed64;
            0   38     1                   fromIndex  I
            0   38     2                     toIndex  I
            0   38     3                         val  J
            3   38     5              nAlignedValues  I
            4   38     6                        span  I
            8   38     7  fromIndexModNAlignedValues  I
           10   14     8                           i  I
           16   38     8              nAlignedBlocks  I
           23   38     9        nAlignedValuesBlocks  [J
           17   24    10                      values  Lorg/apache/lucene/util/packed/Packed64;
           18   22    11                           i  I
           25   38    10                  startBlock  I
           26   38    11                    endBlock  I
           27   32    12                       block  I
           29   30    13                  blockValue  J
           33   37    12                           i  I
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    
      val        

  private static int gcd(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int a
        start local 1 // int b
         0: .line 306
            iload 0 /* a */
            iload 1 /* b */
            if_icmpge 2
         1: .line 307
            iload 1 /* b */
            iload 0 /* a */
            invokestatic org.apache.lucene.util.packed.Packed64.gcd:(II)I
            ireturn
         2: .line 308
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            ifne 4
         3: .line 309
            iload 0 /* a */
            ireturn
         4: .line 311
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            iload 0 /* a */
            iload 1 /* b */
            irem
            invokestatic org.apache.lucene.util.packed.Packed64.gcd:(II)I
            ireturn
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     a  I
            0    5     1     b  I
    MethodParameters:
      Name  Flags
      a     
      b     

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.packed.Packed64 this
         0: .line 317
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.Packed64.blocks:[J
            lconst_0
            invokestatic java.util.Arrays.fill:([JJ)V
         1: .line 318
            return
        end local 0 // org.apache.lucene.util.packed.Packed64 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/packed/Packed64;
}
SourceFile: "Packed64.java"
InnerClasses:
  public abstract Decoder = org.apache.lucene.util.packed.PackedInts$Decoder of org.apache.lucene.util.packed.PackedInts
  public abstract Encoder = org.apache.lucene.util.packed.PackedInts$Encoder of org.apache.lucene.util.packed.PackedInts
  public Format = org.apache.lucene.util.packed.PackedInts$Format of org.apache.lucene.util.packed.PackedInts
  abstract MutableImpl = org.apache.lucene.util.packed.PackedInts$MutableImpl of org.apache.lucene.util.packed.PackedInts