final class org.apache.lucene.index.NumericDocValuesFieldUpdates extends org.apache.lucene.index.DocValuesFieldUpdates
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.index.NumericDocValuesFieldUpdates
  super_class: org.apache.lucene.index.DocValuesFieldUpdates
{
  private org.apache.lucene.util.packed.AbstractPagedMutable<?> values;
    descriptor: Lorg/apache/lucene/util/packed/AbstractPagedMutable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/apache/lucene/util/packed/AbstractPagedMutable<*>;

  private final long minValue;
    descriptor: J
    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 34
            ldc Lorg/apache/lucene/index/NumericDocValuesFieldUpdates;
            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.index.NumericDocValuesFieldUpdates.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(long, java.lang.String, int);
    descriptor: (JLjava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
        start local 1 // long delGen
        start local 3 // java.lang.String field
        start local 4 // int maxDoc
         0: .line 65
            aload 0 /* this */
            iload 4 /* maxDoc */
            lload 1 /* delGen */
            aload 3 /* field */
            getstatic org.apache.lucene.index.DocValuesType.NUMERIC:Lorg/apache/lucene/index/DocValuesType;
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates.<init>:(IJLjava/lang/String;Lorg/apache/lucene/index/DocValuesType;)V
         1: .line 67
            aload 0 /* this */
            new org.apache.lucene.util.packed.PagedGrowableWriter
            dup
            lconst_1
            sipush 1024
            iconst_1
            ldc 0.25
            invokespecial org.apache.lucene.util.packed.PagedGrowableWriter.<init>:(JIIF)V
            putfield org.apache.lucene.index.NumericDocValuesFieldUpdates.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
         2: .line 68
            aload 0 /* this */
            lconst_0
            putfield org.apache.lucene.index.NumericDocValuesFieldUpdates.minValue:J
         3: .line 69
            return
        end local 4 // int maxDoc
        end local 3 // java.lang.String field
        end local 1 // long delGen
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates;
            0    4     1  delGen  J
            0    4     3   field  Ljava/lang/String;
            0    4     4  maxDoc  I
    MethodParameters:
        Name  Flags
      delGen  
      field   
      maxDoc  

  void <init>(long, java.lang.String, long, long, int);
    descriptor: (JLjava/lang/String;JJI)V
    flags: (0x0000) 
    Code:
      stack=8, locals=10, args_size=6
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
        start local 1 // long delGen
        start local 3 // java.lang.String field
        start local 4 // long minValue
        start local 6 // long maxValue
        start local 8 // int maxDoc
         0: .line 72
            aload 0 /* this */
            iload 8 /* maxDoc */
            lload 1 /* delGen */
            aload 3 /* field */
            getstatic org.apache.lucene.index.DocValuesType.NUMERIC:Lorg/apache/lucene/index/DocValuesType;
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates.<init>:(IJLjava/lang/String;Lorg/apache/lucene/index/DocValuesType;)V
         1: .line 73
            getstatic org.apache.lucene.index.NumericDocValuesFieldUpdates.$assertionsDisabled:Z
            ifne 2
            lload 4 /* minValue */
            lload 6 /* maxValue */
            lcmp
            ifle 2
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "minValue must be <= maxValue ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 4 /* minValue */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " > "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            lload 6 /* maxValue */
            invokevirtual java.lang.StringBuilder.append:(J)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
         2: .line 74
      StackMap locals: org.apache.lucene.index.NumericDocValuesFieldUpdates long java.lang.String long long int
      StackMap stack:
            lload 6 /* maxValue */
            lload 4 /* minValue */
            lsub
            invokestatic org.apache.lucene.util.packed.PackedInts.unsignedBitsRequired:(J)I
            istore 9 /* bitsPerValue */
        start local 9 // int bitsPerValue
         3: .line 75
            aload 0 /* this */
            new org.apache.lucene.util.packed.PagedMutable
            dup
            lconst_1
            sipush 1024
            iload 9 /* bitsPerValue */
            ldc 0.25
            invokespecial org.apache.lucene.util.packed.PagedMutable.<init>:(JIIF)V
            putfield org.apache.lucene.index.NumericDocValuesFieldUpdates.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
         4: .line 76
            aload 0 /* this */
            lload 4 /* minValue */
            putfield org.apache.lucene.index.NumericDocValuesFieldUpdates.minValue:J
         5: .line 77
            return
        end local 9 // int bitsPerValue
        end local 8 // int maxDoc
        end local 6 // long maxValue
        end local 4 // long minValue
        end local 3 // java.lang.String field
        end local 1 // long delGen
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates;
            0    6     1        delGen  J
            0    6     3         field  Ljava/lang/String;
            0    6     4      minValue  J
            0    6     6      maxValue  J
            0    6     8        maxDoc  I
            3    6     9  bitsPerValue  I
    MethodParameters:
          Name  Flags
      delGen    
      field     
      minValue  
      maxValue  
      maxDoc    

  void add(int, org.apache.lucene.util.BytesRef);
    descriptor: (ILorg/apache/lucene/util/BytesRef;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
        start local 1 // int doc
        start local 2 // org.apache.lucene.util.BytesRef value
         0: .line 80
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // org.apache.lucene.util.BytesRef value
        end local 1 // int doc
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates;
            0    1     1    doc  I
            0    1     2  value  Lorg/apache/lucene/util/BytesRef;
    MethodParameters:
       Name  Flags
      doc    
      value  

  void add(int, org.apache.lucene.index.DocValuesFieldUpdates$Iterator);
    descriptor: (ILorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
        start local 1 // int docId
        start local 2 // org.apache.lucene.index.DocValuesFieldUpdates$Iterator iterator
         0: .line 85
            aload 0 /* this */
            iload 1 /* docId */
            aload 2 /* iterator */
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates$Iterator.longValue:()J
            invokevirtual org.apache.lucene.index.NumericDocValuesFieldUpdates.add:(IJ)V
         1: .line 86
            return
        end local 2 // org.apache.lucene.index.DocValuesFieldUpdates$Iterator iterator
        end local 1 // int docId
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates;
            0    2     1     docId  I
            0    2     2  iterator  Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;
    MethodParameters:
          Name  Flags
      docId     
      iterator  

  synchronized void add(int, long);
    descriptor: (IJ)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
        start local 1 // int doc
        start local 2 // long value
         0: .line 90
            aload 0 /* this */
            iload 1 /* doc */
            invokevirtual org.apache.lucene.index.NumericDocValuesFieldUpdates.add:(I)I
            istore 4 /* add */
        start local 4 // int add
         1: .line 91
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
            iload 4 /* add */
            i2l
            lload 2 /* value */
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates.minValue:J
            lsub
            invokevirtual org.apache.lucene.util.packed.AbstractPagedMutable.set:(JJ)V
         2: .line 92
            return
        end local 4 // int add
        end local 2 // long value
        end local 1 // int doc
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates;
            0    3     1    doc  I
            0    3     2  value  J
            1    3     4    add  I
    MethodParameters:
       Name  Flags
      doc    
      value  

  protected void swap(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
        start local 1 // int i
        start local 2 // int j
         0: .line 96
            aload 0 /* this */
            iload 1 /* i */
            iload 2 /* j */
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates.swap:(II)V
         1: .line 97
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
            iload 2 /* j */
            i2l
            invokevirtual org.apache.lucene.util.packed.AbstractPagedMutable.get:(J)J
            lstore 3 /* tmpVal */
        start local 3 // long tmpVal
         2: .line 98
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
            iload 2 /* j */
            i2l
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
            iload 1 /* i */
            i2l
            invokevirtual org.apache.lucene.util.packed.AbstractPagedMutable.get:(J)J
            invokevirtual org.apache.lucene.util.packed.AbstractPagedMutable.set:(JJ)V
         3: .line 99
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
            iload 1 /* i */
            i2l
            lload 3 /* tmpVal */
            invokevirtual org.apache.lucene.util.packed.AbstractPagedMutable.set:(JJ)V
         4: .line 100
            return
        end local 3 // long tmpVal
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates;
            0    5     1       i  I
            0    5     2       j  I
            2    5     3  tmpVal  J
    MethodParameters:
      Name  Flags
      i     
      j     

  protected void grow(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
        start local 1 // int size
         0: .line 104
            aload 0 /* this */
            iload 1 /* size */
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates.grow:(I)V
         1: .line 105
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
            iload 1 /* size */
            i2l
            invokevirtual org.apache.lucene.util.packed.AbstractPagedMutable.grow:(J)Lorg/apache/lucene/util/packed/AbstractPagedMutable;
            putfield org.apache.lucene.index.NumericDocValuesFieldUpdates.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
         2: .line 106
            return
        end local 1 // int size
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates;
            0    3     1  size  I
    MethodParameters:
      Name  Flags
      size  

  protected void resize(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
        start local 1 // int size
         0: .line 110
            aload 0 /* this */
            iload 1 /* size */
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates.resize:(I)V
         1: .line 111
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
            iload 1 /* size */
            i2l
            invokevirtual org.apache.lucene.util.packed.AbstractPagedMutable.resize:(J)Lorg/apache/lucene/util/packed/AbstractPagedMutable;
            putfield org.apache.lucene.index.NumericDocValuesFieldUpdates.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
         2: .line 112
            return
        end local 1 // int size
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates;
            0    3     1  size  I
    MethodParameters:
      Name  Flags
      size  

  org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator iterator();
    descriptor: ()Lorg/apache/lucene/index/NumericDocValuesFieldUpdates$Iterator;
    flags: (0x0000) 
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
         0: .line 116
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.NumericDocValuesFieldUpdates.ensureFinished:()V
         1: .line 117
            new org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator
            dup
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates.size:I
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates.minValue:J
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates.delGen:J
            invokespecial org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator.<init>:(IJLorg/apache/lucene/util/packed/AbstractPagedMutable;Lorg/apache/lucene/util/packed/PagedMutable;J)V
            areturn
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates;

  public long ramBytesUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
         0: .line 122
            aload 0 /* this */
            getfield org.apache.lucene.index.NumericDocValuesFieldUpdates.values:Lorg/apache/lucene/util/packed/AbstractPagedMutable;
            invokevirtual org.apache.lucene.util.packed.AbstractPagedMutable.ramBytesUsed:()J
         1: .line 123
            aload 0 /* this */
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates.ramBytesUsed:()J
         2: .line 122
            ladd
         3: .line 124
            ldc 8
         4: .line 122
            ladd
         5: .line 125
            getstatic org.apache.lucene.util.RamUsageEstimator.NUM_BYTES_OBJECT_REF:I
            i2l
         6: .line 122
            ladd
            lreturn
        end local 0 // org.apache.lucene.index.NumericDocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/index/NumericDocValuesFieldUpdates;

  org.apache.lucene.index.DocValuesFieldUpdates$Iterator iterator();
    descriptor: ()Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.lucene.index.NumericDocValuesFieldUpdates.iterator:()Lorg/apache/lucene/index/NumericDocValuesFieldUpdates$Iterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "NumericDocValuesFieldUpdates.java"
NestMembers:
  org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator  org.apache.lucene.index.NumericDocValuesFieldUpdates$SingleValueNumericDocValuesFieldUpdates
InnerClasses:
  abstract Iterator = org.apache.lucene.index.DocValuesFieldUpdates$Iterator of org.apache.lucene.index.DocValuesFieldUpdates
  final Iterator = org.apache.lucene.index.NumericDocValuesFieldUpdates$Iterator of org.apache.lucene.index.NumericDocValuesFieldUpdates
  SingleValueNumericDocValuesFieldUpdates = org.apache.lucene.index.NumericDocValuesFieldUpdates$SingleValueNumericDocValuesFieldUpdates of org.apache.lucene.index.NumericDocValuesFieldUpdates