abstract class org.apache.lucene.index.DocValuesFieldUpdates implements org.apache.lucene.util.Accountable
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.index.DocValuesFieldUpdates
  super_class: java.lang.Object
{
  protected static final int PAGE_SIZE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

  private static final long HAS_VALUE_MASK;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final long HAS_NO_VALUE_MASK;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int SHIFT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  final java.lang.String field;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final org.apache.lucene.index.DocValuesType type;
    descriptor: Lorg/apache/lucene/index/DocValuesType;
    flags: (0x0010) ACC_FINAL

  final long delGen;
    descriptor: J
    flags: (0x0010) ACC_FINAL

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

  private boolean finished;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  protected final int maxDoc;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected org.apache.lucene.util.packed.PagedMutable docs;
    descriptor: Lorg/apache/lucene/util/packed/PagedMutable;
    flags: (0x0004) ACC_PROTECTED

  protected int size;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  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 38
            ldc Lorg/apache/lucene/index/DocValuesFieldUpdates;
            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.DocValuesFieldUpdates.$assertionsDisabled:Z
         3: .line 43
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.apache.lucene.index.DocValuesFieldUpdates$Iterator mergedIterator(org.apache.lucene.index.DocValuesFieldUpdates$Iterator[]);
    descriptor: ([Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;)Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$Iterator[] subs
         0: .line 156
            aload 0 /* subs */
            arraylength
            iconst_1
            if_icmpne 2
         1: .line 157
            aload 0 /* subs */
            iconst_0
            aaload
            areturn
         2: .line 160
      StackMap locals:
      StackMap stack:
            new org.apache.lucene.index.DocValuesFieldUpdates$1
            dup
            aload 0 /* subs */
            arraylength
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates$1.<init>:(I)V
            astore 1 /* queue */
        start local 1 // org.apache.lucene.util.PriorityQueue queue
         3: .line 177
            aload 0 /* subs */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 8
      StackMap locals: org.apache.lucene.index.DocValuesFieldUpdates$Iterator[] org.apache.lucene.util.PriorityQueue top int int org.apache.lucene.index.DocValuesFieldUpdates$Iterator[]
      StackMap stack:
         4: aload 5
            iload 3
            aaload
            astore 2 /* sub */
        start local 2 // org.apache.lucene.index.DocValuesFieldUpdates$Iterator sub
         5: .line 178
            aload 2 /* sub */
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates$Iterator.nextDoc:()I
            ldc 2147483647
            if_icmpeq 7
         6: .line 179
            aload 1 /* queue */
            aload 2 /* sub */
            invokevirtual org.apache.lucene.util.PriorityQueue.add:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // org.apache.lucene.index.DocValuesFieldUpdates$Iterator sub
         7: .line 177
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         8: iload 3
            iload 4
            if_icmplt 4
         9: .line 183
            aload 1 /* queue */
            invokevirtual org.apache.lucene.util.PriorityQueue.size:()I
            ifne 11
        10: .line 184
            aconst_null
            areturn
        11: .line 187
      StackMap locals: org.apache.lucene.index.DocValuesFieldUpdates$Iterator[] org.apache.lucene.util.PriorityQueue
      StackMap stack:
            new org.apache.lucene.index.DocValuesFieldUpdates$2
            dup
            aload 1 /* queue */
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates$2.<init>:(Lorg/apache/lucene/util/PriorityQueue;)V
            areturn
        end local 1 // org.apache.lucene.util.PriorityQueue queue
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$Iterator[] subs
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   subs  [Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;
            3   12     1  queue  Lorg/apache/lucene/util/PriorityQueue<Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;>;
            5    7     2    sub  Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;
    MethodParameters:
      Name  Flags
      subs  

  protected void <init>(int, long, java.lang.String, org.apache.lucene.index.DocValuesType);
    descriptor: (IJLjava/lang/String;Lorg/apache/lucene/index/DocValuesType;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
        start local 1 // int maxDoc
        start local 2 // long delGen
        start local 4 // java.lang.String field
        start local 5 // org.apache.lucene.index.DocValuesType type
         0: .line 248
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 249
            aload 0 /* this */
            iload 1 /* maxDoc */
            putfield org.apache.lucene.index.DocValuesFieldUpdates.maxDoc:I
         2: .line 250
            aload 0 /* this */
            lload 2 /* delGen */
            putfield org.apache.lucene.index.DocValuesFieldUpdates.delGen:J
         3: .line 251
            aload 0 /* this */
            aload 4 /* field */
            putfield org.apache.lucene.index.DocValuesFieldUpdates.field:Ljava/lang/String;
         4: .line 252
            aload 5 /* type */
            ifnonnull 6
         5: .line 253
            new java.lang.NullPointerException
            dup
            ldc "DocValuesType must not be null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 255
      StackMap locals: org.apache.lucene.index.DocValuesFieldUpdates int long java.lang.String org.apache.lucene.index.DocValuesType
      StackMap stack:
            aload 0 /* this */
            aload 5 /* type */
            putfield org.apache.lucene.index.DocValuesFieldUpdates.type:Lorg/apache/lucene/index/DocValuesType;
         7: .line 256
            aload 0 /* this */
            iload 1 /* maxDoc */
            iconst_1
            isub
            i2l
            invokestatic org.apache.lucene.util.packed.PackedInts.bitsRequired:(J)I
            iconst_1
            iadd
            putfield org.apache.lucene.index.DocValuesFieldUpdates.bitsPerValue:I
         8: .line 257
            aload 0 /* this */
            new org.apache.lucene.util.packed.PagedMutable
            dup
            lconst_1
            sipush 1024
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.bitsPerValue:I
            ldc 0.25
            invokespecial org.apache.lucene.util.packed.PagedMutable.<init>:(JIIF)V
            putfield org.apache.lucene.index.DocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
         9: .line 258
            return
        end local 5 // org.apache.lucene.index.DocValuesType type
        end local 4 // java.lang.String field
        end local 2 // long delGen
        end local 1 // int maxDoc
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/apache/lucene/index/DocValuesFieldUpdates;
            0   10     1  maxDoc  I
            0   10     2  delGen  J
            0   10     4   field  Ljava/lang/String;
            0   10     5    type  Lorg/apache/lucene/index/DocValuesType;
    MethodParameters:
        Name  Flags
      maxDoc  
      delGen  
      field   
      type    

  final boolean getFinished();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
         0: .line 261
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.finished:Z
            ireturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates;

  abstract void add(int, long);
    descriptor: (IJ)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      doc    
      value  

  abstract void add(int, org.apache.lucene.util.BytesRef);
    descriptor: (ILorg/apache/lucene/util/BytesRef;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      doc    
      value  

  abstract void add(int, org.apache.lucene.index.DocValuesFieldUpdates$Iterator);
    descriptor: (ILorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      docId     
      iterator  

  abstract org.apache.lucene.index.DocValuesFieldUpdates$Iterator iterator();
    descriptor: ()Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;
    flags: (0x0400) ACC_ABSTRACT

  final synchronized void finish();
    descriptor: ()V
    flags: (0x0030) ACC_FINAL, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
         0: .line 284
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.finished:Z
            ifeq 2
         1: .line 285
            new java.lang.IllegalStateException
            dup
            ldc "already finished"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.index.DocValuesFieldUpdates.finished:Z
         3: .line 289
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            i2l
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
            invokevirtual org.apache.lucene.util.packed.PagedMutable.size:()J
            lcmp
            ifge 5
         4: .line 290
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates.resize:(I)V
         5: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            ifle 14
         6: .line 298
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            iconst_1
            isub
            i2l
            invokestatic org.apache.lucene.util.packed.PackedInts.bitsRequired:(J)I
            ldc 0.25
            invokestatic org.apache.lucene.util.packed.PackedInts.getMutable:(IIF)Lorg/apache/lucene/util/packed/PackedInts$Mutable;
            astore 1 /* ords */
        start local 1 // org.apache.lucene.util.packed.PackedInts$Mutable ords
         7: .line 299
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         8: goto 11
         9: .line 300
      StackMap locals: org.apache.lucene.util.packed.PackedInts$Mutable int
      StackMap stack:
            aload 1 /* ords */
            iload 2 /* i */
            iload 2 /* i */
            i2l
            invokevirtual org.apache.lucene.util.packed.PackedInts$Mutable.set:(IJ)V
        10: .line 299
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            if_icmplt 9
        end local 2 // int i
        12: .line 302
            new org.apache.lucene.index.DocValuesFieldUpdates$3
            dup
            aload 0 /* this */
            aload 1 /* ords */
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates$3.<init>:(Lorg/apache/lucene/index/DocValuesFieldUpdates;Lorg/apache/lucene/util/packed/PackedInts$Mutable;)V
        13: .line 341
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates$3.sort:(II)V
        end local 1 // org.apache.lucene.util.packed.PackedInts$Mutable ords
        14: .line 343
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates;
            7   14     1  ords  Lorg/apache/lucene/util/packed/PackedInts$Mutable;
            8   12     2     i  I

  synchronized boolean any();
    descriptor: ()Z
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
         0: .line 347
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates;

  final synchronized int size();
    descriptor: ()I
    flags: (0x0030) ACC_FINAL, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
         0: .line 351
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            ireturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates;

  synchronized void reset(int);
    descriptor: (I)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
        start local 1 // int doc
         0: .line 359
            aload 0 /* this */
            iload 1 /* doc */
            lconst_0
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates.addInternal:(IJ)I
            pop
         1: .line 360
            return
        end local 1 // int doc
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates;
            0    2     1   doc  I
    MethodParameters:
      Name  Flags
      doc   

  final synchronized int add(int);
    descriptor: (I)I
    flags: (0x0030) ACC_FINAL, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
        start local 1 // int doc
         0: .line 362
            aload 0 /* this */
            iload 1 /* doc */
            lconst_1
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates.addInternal:(IJ)I
            ireturn
        end local 1 // int doc
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates;
            0    1     1   doc  I
    MethodParameters:
      Name  Flags
      doc   

  private synchronized int addInternal(int, long);
    descriptor: (IJ)I
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
        start local 1 // int doc
        start local 2 // long hasValueMask
         0: .line 366
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.finished:Z
            ifeq 2
         1: .line 367
            new java.lang.IllegalStateException
            dup
            ldc "already finished"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 369
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.DocValuesFieldUpdates.$assertionsDisabled:Z
            ifne 3
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.maxDoc:I
            if_icmplt 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            ldc 2147483647
            if_icmpne 5
         4: .line 373
            new java.lang.IllegalStateException
            dup
            ldc "cannot support more than Integer.MAX_VALUE doc/value entries"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 376
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
            invokevirtual org.apache.lucene.util.packed.PagedMutable.size:()J
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            i2l
            lcmp
            ifne 7
         6: .line 377
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            iconst_1
            iadd
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates.grow:(I)V
         7: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            i2l
            iload 1 /* doc */
            i2l
            iconst_1
            lshl
            lload 2 /* hasValueMask */
            lor
            invokevirtual org.apache.lucene.util.packed.PagedMutable.set:(JJ)V
         8: .line 380
            aload 0 /* this */
            dup
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            iconst_1
            iadd
            putfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
         9: .line 381
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.size:I
            iconst_1
            isub
            ireturn
        end local 2 // long hasValueMask
        end local 1 // int doc
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/apache/lucene/index/DocValuesFieldUpdates;
            0   10     1           doc  I
            0   10     2  hasValueMask  J
    MethodParameters:
              Name  Flags
      doc           
      hasValueMask  

  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.DocValuesFieldUpdates this
        start local 1 // int i
        start local 2 // int j
         0: .line 385
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
            iload 2 /* j */
            i2l
            invokevirtual org.apache.lucene.util.packed.PagedMutable.get:(J)J
            lstore 3 /* tmpDoc */
        start local 3 // long tmpDoc
         1: .line 386
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
            iload 2 /* j */
            i2l
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
            iload 1 /* i */
            i2l
            invokevirtual org.apache.lucene.util.packed.PagedMutable.get:(J)J
            invokevirtual org.apache.lucene.util.packed.PagedMutable.set:(JJ)V
         2: .line 387
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
            iload 1 /* i */
            i2l
            lload 3 /* tmpDoc */
            invokevirtual org.apache.lucene.util.packed.PagedMutable.set:(JJ)V
         3: .line 388
            return
        end local 3 // long tmpDoc
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/index/DocValuesFieldUpdates;
            0    4     1       i  I
            0    4     2       j  I
            1    4     3  tmpDoc  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.DocValuesFieldUpdates this
        start local 1 // int size
         0: .line 391
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
            iload 1 /* size */
            i2l
            invokevirtual org.apache.lucene.util.packed.PagedMutable.grow:(J)Lorg/apache/lucene/util/packed/AbstractPagedMutable;
            checkcast org.apache.lucene.util.packed.PagedMutable
            putfield org.apache.lucene.index.DocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
         1: .line 392
            return
        end local 1 // int size
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates;
            0    2     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.DocValuesFieldUpdates this
        start local 1 // int size
         0: .line 395
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
            iload 1 /* size */
            i2l
            invokevirtual org.apache.lucene.util.packed.PagedMutable.resize:(J)Lorg/apache/lucene/util/packed/AbstractPagedMutable;
            checkcast org.apache.lucene.util.packed.PagedMutable
            putfield org.apache.lucene.index.DocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
         1: .line 396
            return
        end local 1 // int size
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  

  protected final void ensureFinished();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
         0: .line 399
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.finished:Z
            ifne 2
         1: .line 400
            new java.lang.IllegalStateException
            dup
            ldc "call finish first"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 402
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates;

  public long ramBytesUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
         0: .line 405
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates.docs:Lorg/apache/lucene/util/packed/PagedMutable;
            invokevirtual org.apache.lucene.util.packed.PagedMutable.ramBytesUsed:()J
         1: .line 406
            getstatic org.apache.lucene.util.RamUsageEstimator.NUM_BYTES_OBJECT_HEADER:I
            i2l
         2: .line 405
            ladd
         3: .line 407
            ldc 8
         4: .line 405
            ladd
         5: .line 408
            ldc 2
         6: .line 405
            ladd
         7: .line 408
            ldc 8
         8: .line 405
            ladd
         9: .line 409
            getstatic org.apache.lucene.util.RamUsageEstimator.NUM_BYTES_OBJECT_REF:I
            i2l
        10: .line 405
            ladd
            lreturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates;
}
SourceFile: "DocValuesFieldUpdates.java"
NestMembers:
  org.apache.lucene.index.DocValuesFieldUpdates$1  org.apache.lucene.index.DocValuesFieldUpdates$2  org.apache.lucene.index.DocValuesFieldUpdates$3  org.apache.lucene.index.DocValuesFieldUpdates$AbstractIterator  org.apache.lucene.index.DocValuesFieldUpdates$Iterator  org.apache.lucene.index.DocValuesFieldUpdates$Iterator$1  org.apache.lucene.index.DocValuesFieldUpdates$Iterator$2  org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates  org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1
InnerClasses:
  org.apache.lucene.index.DocValuesFieldUpdates$1
  org.apache.lucene.index.DocValuesFieldUpdates$2
  org.apache.lucene.index.DocValuesFieldUpdates$3
  protected abstract AbstractIterator = org.apache.lucene.index.DocValuesFieldUpdates$AbstractIterator of org.apache.lucene.index.DocValuesFieldUpdates
  abstract Iterator = org.apache.lucene.index.DocValuesFieldUpdates$Iterator of org.apache.lucene.index.DocValuesFieldUpdates
  abstract SingleValueDocValuesFieldUpdates = org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates of org.apache.lucene.index.DocValuesFieldUpdates
  public abstract Mutable = org.apache.lucene.util.packed.PackedInts$Mutable of org.apache.lucene.util.packed.PackedInts