class org.apache.lucene.util.packed.DeltaPackedLongValues$Builder extends org.apache.lucene.util.packed.PackedLongValues$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.util.packed.DeltaPackedLongValues$Builder
  super_class: org.apache.lucene.util.packed.PackedLongValues$Builder
{
  private static final long BASE_RAM_BYTES_USED;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  long[] mins;
    descriptor: [J
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 53
            ldc Lorg/apache/lucene/util/packed/DeltaPackedLongValues$Builder;
            invokestatic org.apache.lucene.util.RamUsageEstimator.shallowSizeOfInstance:(Ljava/lang/Class;)J
            putstatic org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.BASE_RAM_BYTES_USED:J
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(int, float);
    descriptor: (IF)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.packed.DeltaPackedLongValues$Builder this
        start local 1 // int pageSize
        start local 2 // float acceptableOverheadRatio
         0: .line 58
            aload 0 /* this */
            iload 1 /* pageSize */
            fload 2 /* acceptableOverheadRatio */
            invokespecial org.apache.lucene.util.packed.PackedLongValues$Builder.<init>:(IF)V
         1: .line 59
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.values:[Lorg/apache/lucene/util/packed/PackedInts$Reader;
            arraylength
            newarray 11
            putfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.mins:[J
         2: .line 60
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.ramBytesUsed:J
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.mins:[J
            invokestatic org.apache.lucene.util.RamUsageEstimator.sizeOf:([J)J
            ladd
            putfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.ramBytesUsed:J
         3: .line 61
            return
        end local 2 // float acceptableOverheadRatio
        end local 1 // int pageSize
        end local 0 // org.apache.lucene.util.packed.DeltaPackedLongValues$Builder this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    4     0                     this  Lorg/apache/lucene/util/packed/DeltaPackedLongValues$Builder;
            0    4     1                 pageSize  I
            0    4     2  acceptableOverheadRatio  F
    MethodParameters:
                         Name  Flags
      pageSize                 
      acceptableOverheadRatio  

  long baseRamBytesUsed();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.packed.DeltaPackedLongValues$Builder this
         0: .line 65
            getstatic org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.BASE_RAM_BYTES_USED:J
            lreturn
        end local 0 // org.apache.lucene.util.packed.DeltaPackedLongValues$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/packed/DeltaPackedLongValues$Builder;

  public org.apache.lucene.util.packed.DeltaPackedLongValues build();
    descriptor: ()Lorg/apache/lucene/util/packed/DeltaPackedLongValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=5, args_size=1
        start local 0 // org.apache.lucene.util.packed.DeltaPackedLongValues$Builder this
         0: .line 70
            aload 0 /* this */
            invokevirtual org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.finish:()V
         1: .line 71
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.pending:[J
         2: .line 72
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.values:[Lorg/apache/lucene/util/packed/PackedInts$Reader;
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.valuesOff:I
            invokestatic org.apache.lucene.util.ArrayUtil.copyOfSubArray:([Ljava/lang/Object;II)[Ljava/lang/Object;
            checkcast org.apache.lucene.util.packed.PackedInts$Reader[]
            astore 1 /* values */
        start local 1 // org.apache.lucene.util.packed.PackedInts$Reader[] values
         3: .line 73
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.mins:[J
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.valuesOff:I
            invokestatic org.apache.lucene.util.ArrayUtil.copyOfSubArray:([JII)[J
            astore 2 /* mins */
        start local 2 // long[] mins
         4: .line 74
            getstatic org.apache.lucene.util.packed.DeltaPackedLongValues.BASE_RAM_BYTES_USED:J
         5: .line 75
            aload 1 /* values */
            invokestatic org.apache.lucene.util.RamUsageEstimator.sizeOf:([Lorg/apache/lucene/util/Accountable;)J
         6: .line 74
            ladd
         7: .line 75
            aload 2 /* mins */
            invokestatic org.apache.lucene.util.RamUsageEstimator.sizeOf:([J)J
         8: .line 74
            ladd
            lstore 3 /* ramBytesUsed */
        start local 3 // long ramBytesUsed
         9: .line 76
            new org.apache.lucene.util.packed.DeltaPackedLongValues
            dup
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.pageShift:I
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.pageMask:I
            aload 1 /* values */
            aload 2 /* mins */
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.size:J
            lload 3 /* ramBytesUsed */
            invokespecial org.apache.lucene.util.packed.DeltaPackedLongValues.<init>:(II[Lorg/apache/lucene/util/packed/PackedInts$Reader;[JJJ)V
            areturn
        end local 3 // long ramBytesUsed
        end local 2 // long[] mins
        end local 1 // org.apache.lucene.util.packed.PackedInts$Reader[] values
        end local 0 // org.apache.lucene.util.packed.DeltaPackedLongValues$Builder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/apache/lucene/util/packed/DeltaPackedLongValues$Builder;
            3   10     1        values  [Lorg/apache/lucene/util/packed/PackedInts$Reader;
            4   10     2          mins  [J
            9   10     3  ramBytesUsed  J

  void pack(long[], int, int, float);
    descriptor: ([JIIF)V
    flags: (0x0000) 
    Code:
      stack=6, locals=8, args_size=5
        start local 0 // org.apache.lucene.util.packed.DeltaPackedLongValues$Builder this
        start local 1 // long[] values
        start local 2 // int numValues
        start local 3 // int block
        start local 4 // float acceptableOverheadRatio
         0: .line 81
            aload 1 /* values */
            iconst_0
            laload
            lstore 5 /* min */
        start local 5 // long min
         1: .line 82
            iconst_1
            istore 7 /* i */
        start local 7 // int i
         2: goto 5
         3: .line 83
      StackMap locals: long int
      StackMap stack:
            lload 5 /* min */
            aload 1 /* values */
            iload 7 /* i */
            laload
            invokestatic java.lang.Math.min:(JJ)J
            lstore 5 /* min */
         4: .line 82
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 7 /* i */
            iload 2 /* numValues */
            if_icmplt 3
        end local 7 // int i
         6: .line 85
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         7: goto 10
         8: .line 86
      StackMap locals:
      StackMap stack:
            aload 1 /* values */
            iload 7 /* i */
            dup2
            laload
            lload 5 /* min */
            lsub
            lastore
         9: .line 85
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 7 /* i */
            iload 2 /* numValues */
            if_icmplt 8
        end local 7 // int i
        11: .line 88
            aload 0 /* this */
            aload 1 /* values */
            iload 2 /* numValues */
            iload 3 /* block */
            fload 4 /* acceptableOverheadRatio */
            invokespecial org.apache.lucene.util.packed.PackedLongValues$Builder.pack:([JIIF)V
        12: .line 89
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.mins:[J
            iload 3 /* block */
            lload 5 /* min */
            lastore
        13: .line 90
            return
        end local 5 // long min
        end local 4 // float acceptableOverheadRatio
        end local 3 // int block
        end local 2 // int numValues
        end local 1 // long[] values
        end local 0 // org.apache.lucene.util.packed.DeltaPackedLongValues$Builder this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   14     0                     this  Lorg/apache/lucene/util/packed/DeltaPackedLongValues$Builder;
            0   14     1                   values  [J
            0   14     2                numValues  I
            0   14     3                    block  I
            0   14     4  acceptableOverheadRatio  F
            1   14     5                      min  J
            2    6     7                        i  I
            7   11     7                        i  I
    MethodParameters:
                         Name  Flags
      values                   
      numValues                
      block                    
      acceptableOverheadRatio  

  void grow(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.packed.DeltaPackedLongValues$Builder this
        start local 1 // int newBlockCount
         0: .line 94
            aload 0 /* this */
            iload 1 /* newBlockCount */
            invokespecial org.apache.lucene.util.packed.PackedLongValues$Builder.grow:(I)V
         1: .line 95
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.ramBytesUsed:J
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.mins:[J
            invokestatic org.apache.lucene.util.RamUsageEstimator.sizeOf:([J)J
            lsub
            putfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.ramBytesUsed:J
         2: .line 96
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.mins:[J
            iload 1 /* newBlockCount */
            invokestatic org.apache.lucene.util.ArrayUtil.growExact:([JI)[J
            putfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.mins:[J
         3: .line 97
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.ramBytesUsed:J
            aload 0 /* this */
            getfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.mins:[J
            invokestatic org.apache.lucene.util.RamUsageEstimator.sizeOf:([J)J
            ladd
            putfield org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.ramBytesUsed:J
         4: .line 98
            return
        end local 1 // int newBlockCount
        end local 0 // org.apache.lucene.util.packed.DeltaPackedLongValues$Builder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/apache/lucene/util/packed/DeltaPackedLongValues$Builder;
            0    5     1  newBlockCount  I
    MethodParameters:
               Name  Flags
      newBlockCount  

  public org.apache.lucene.util.packed.PackedLongValues build();
    descriptor: ()Lorg/apache/lucene/util/packed/PackedLongValues;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.lucene.util.packed.DeltaPackedLongValues$Builder.build:()Lorg/apache/lucene/util/packed/DeltaPackedLongValues;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DeltaPackedLongValues.java"
NestHost: org.apache.lucene.util.packed.DeltaPackedLongValues
InnerClasses:
  Builder = org.apache.lucene.util.packed.DeltaPackedLongValues$Builder of org.apache.lucene.util.packed.DeltaPackedLongValues
  public abstract Reader = org.apache.lucene.util.packed.PackedInts$Reader of org.apache.lucene.util.packed.PackedInts
  public Builder = org.apache.lucene.util.packed.PackedLongValues$Builder of org.apache.lucene.util.packed.PackedLongValues