class org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator
  super_class: java.lang.Object
{
  private final org.apache.lucene.util.BytesRefArray$IndexedBytesRefIterator termValuesIterator;
    descriptor: Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.util.BytesRefArray$IndexedBytesRefIterator lookAheadTermIterator;
    descriptor: Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.util.BytesRefIterator byteValuesIterator;
    descriptor: Lorg/apache/lucene/util/BytesRefIterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate bufferedUpdate;
    descriptor: Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.util.Bits updatesWithValue;
    descriptor: Lorg/apache/lucene/util/Bits;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.apache.lucene.index.FieldUpdatesBuffer this$0;
    descriptor: Lorg/apache/lucene/index/FieldUpdatesBuffer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  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 289
            ldc Lorg/apache/lucene/index/FieldUpdatesBuffer;
            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.FieldUpdatesBuffer$BufferedUpdateIterator.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.apache.lucene.index.FieldUpdatesBuffer);
    descriptor: (Lorg/apache/lucene/index/FieldUpdatesBuffer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator this
         0: .line 296
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.this$0:Lorg/apache/lucene/index/FieldUpdatesBuffer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 293
            aload 0 /* this */
            new org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate
            dup
            invokespecial org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate.<init>:()V
            putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
         2: .line 297
            aload 0 /* this */
            aload 1
            getfield org.apache.lucene.index.FieldUpdatesBuffer.termValues:Lorg/apache/lucene/util/BytesRefArray;
            aload 1
            getfield org.apache.lucene.index.FieldUpdatesBuffer.termSortState:Lorg/apache/lucene/util/BytesRefArray$SortState;
            invokevirtual org.apache.lucene.util.BytesRefArray.iterator:(Lorg/apache/lucene/util/BytesRefArray$SortState;)Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
            putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.termValuesIterator:Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
         3: .line 298
            aload 0 /* this */
            aload 1
            getfield org.apache.lucene.index.FieldUpdatesBuffer.termSortState:Lorg/apache/lucene/util/BytesRefArray$SortState;
            ifnull 4
            aload 1
            getfield org.apache.lucene.index.FieldUpdatesBuffer.termValues:Lorg/apache/lucene/util/BytesRefArray;
            aload 1
            getfield org.apache.lucene.index.FieldUpdatesBuffer.termSortState:Lorg/apache/lucene/util/BytesRefArray$SortState;
            invokevirtual org.apache.lucene.util.BytesRefArray.iterator:(Lorg/apache/lucene/util/BytesRefArray$SortState;)Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
            goto 5
      StackMap locals: org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator org.apache.lucene.index.FieldUpdatesBuffer
      StackMap stack: org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator
         4: aconst_null
      StackMap locals: org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator org.apache.lucene.index.FieldUpdatesBuffer
      StackMap stack: org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator org.apache.lucene.util.BytesRefArray$IndexedBytesRefIterator
         5: putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.lookAheadTermIterator:Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
         6: .line 299
            aload 0 /* this */
            aload 1
            getfield org.apache.lucene.index.FieldUpdatesBuffer.isNumeric:Z
            ifeq 7
            aconst_null
            goto 8
      StackMap locals:
      StackMap stack: org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator
         7: aload 1
            getfield org.apache.lucene.index.FieldUpdatesBuffer.byteValues:Lorg/apache/lucene/util/BytesRefArray;
            invokevirtual org.apache.lucene.util.BytesRefArray.iterator:()Lorg/apache/lucene/util/BytesRefIterator;
      StackMap locals: org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator org.apache.lucene.index.FieldUpdatesBuffer
      StackMap stack: org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator org.apache.lucene.util.BytesRefIterator
         8: putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.byteValuesIterator:Lorg/apache/lucene/util/BytesRefIterator;
         9: .line 300
            aload 0 /* this */
            aload 1
            getfield org.apache.lucene.index.FieldUpdatesBuffer.hasValues:Lorg/apache/lucene/util/FixedBitSet;
            ifnonnull 10
            new org.apache.lucene.util.Bits$MatchAllBits
            dup
            aload 1
            getfield org.apache.lucene.index.FieldUpdatesBuffer.numUpdates:I
            invokespecial org.apache.lucene.util.Bits$MatchAllBits.<init>:(I)V
            goto 11
      StackMap locals:
      StackMap stack: org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator
        10: aload 1
            getfield org.apache.lucene.index.FieldUpdatesBuffer.hasValues:Lorg/apache/lucene/util/FixedBitSet;
      StackMap locals: org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator org.apache.lucene.index.FieldUpdatesBuffer
      StackMap stack: org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator org.apache.lucene.util.Bits
        11: putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.updatesWithValue:Lorg/apache/lucene/util/Bits;
        12: .line 301
            return
        end local 0 // org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdateIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  boolean isSortedTerms();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator this
         0: .line 309
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.this$0:Lorg/apache/lucene/index/FieldUpdatesBuffer;
            getfield org.apache.lucene.index.FieldUpdatesBuffer.termSortState:Lorg/apache/lucene/util/BytesRefArray$SortState;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdateIterator;

  org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate next();
    descriptor: ()Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator this
         0: .line 317
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.nextTerm:()Lorg/apache/lucene/util/BytesRef;
            astore 1 /* next */
        start local 1 // org.apache.lucene.util.BytesRef next
         1: .line 318
            aload 1 /* next */
            ifnull 17
         2: .line 319
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.termValuesIterator:Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
            invokeinterface org.apache.lucene.util.BytesRefArray$IndexedBytesRefIterator.ord:()I
            istore 2 /* idx */
        start local 2 // int idx
         3: .line 320
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            aload 1 /* next */
            putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate.termValue:Lorg/apache/lucene/util/BytesRef;
         4: .line 321
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.updatesWithValue:Lorg/apache/lucene/util/Bits;
            iload 2 /* idx */
            invokeinterface org.apache.lucene.util.Bits.get:(I)Z
            putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate.hasValue:Z
         5: .line 322
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.this$0:Lorg/apache/lucene/index/FieldUpdatesBuffer;
            getfield org.apache.lucene.index.FieldUpdatesBuffer.fields:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.this$0:Lorg/apache/lucene/index/FieldUpdatesBuffer;
            getfield org.apache.lucene.index.FieldUpdatesBuffer.fields:[Ljava/lang/String;
            arraylength
            iload 2 /* idx */
            invokestatic org.apache.lucene.index.FieldUpdatesBuffer.getArrayIndex:(II)I
            aaload
            putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate.termField:Ljava/lang/String;
         6: .line 323
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.this$0:Lorg/apache/lucene/index/FieldUpdatesBuffer;
            getfield org.apache.lucene.index.FieldUpdatesBuffer.docsUpTo:[I
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.this$0:Lorg/apache/lucene/index/FieldUpdatesBuffer;
            getfield org.apache.lucene.index.FieldUpdatesBuffer.docsUpTo:[I
            arraylength
            iload 2 /* idx */
            invokestatic org.apache.lucene.index.FieldUpdatesBuffer.getArrayIndex:(II)I
            iaload
            putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate.docUpTo:I
         7: .line 324
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate.hasValue:Z
            ifeq 14
         8: .line 325
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.this$0:Lorg/apache/lucene/index/FieldUpdatesBuffer;
            getfield org.apache.lucene.index.FieldUpdatesBuffer.isNumeric:Z
            ifeq 12
         9: .line 326
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.this$0:Lorg/apache/lucene/index/FieldUpdatesBuffer;
            getfield org.apache.lucene.index.FieldUpdatesBuffer.numericValues:[J
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.this$0:Lorg/apache/lucene/index/FieldUpdatesBuffer;
            getfield org.apache.lucene.index.FieldUpdatesBuffer.numericValues:[J
            arraylength
            iload 2 /* idx */
            invokestatic org.apache.lucene.index.FieldUpdatesBuffer.getArrayIndex:(II)I
            laload
            putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate.numericValue:J
        10: .line 327
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            aconst_null
            putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate.binaryValue:Lorg/apache/lucene/util/BytesRef;
        11: .line 328
            goto 16
        12: .line 329
      StackMap locals: org.apache.lucene.util.BytesRef int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.byteValuesIterator:Lorg/apache/lucene/util/BytesRefIterator;
            invokeinterface org.apache.lucene.util.BytesRefIterator.next:()Lorg/apache/lucene/util/BytesRef;
            putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate.binaryValue:Lorg/apache/lucene/util/BytesRef;
        13: .line 331
            goto 16
        14: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            aconst_null
            putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate.binaryValue:Lorg/apache/lucene/util/BytesRef;
        15: .line 333
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            lconst_0
            putfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate.numericValue:J
        16: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            areturn
        end local 2 // int idx
        17: .line 337
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.apache.lucene.util.BytesRef next
        end local 0 // org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdateIterator;
            1   18     1  next  Lorg/apache/lucene/util/BytesRef;
            3   17     2   idx  I
    Exceptions:
      throws java.io.IOException

  org.apache.lucene.util.BytesRef nextTerm();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator this
         0: .line 342
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.lookAheadTermIterator:Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
            ifnull 9
         1: .line 343
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate.termValue:Lorg/apache/lucene/util/BytesRef;
            astore 1 /* lastTerm */
        start local 1 // org.apache.lucene.util.BytesRef lastTerm
         2: .line 345
            goto 7
        start local 2 // org.apache.lucene.util.BytesRef lookAheadTerm
         3: .line 346
      StackMap locals: org.apache.lucene.util.BytesRef org.apache.lucene.util.BytesRef
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.termValuesIterator:Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
            invokeinterface org.apache.lucene.util.BytesRefArray$IndexedBytesRefIterator.next:()Lorg/apache/lucene/util/BytesRef;
            astore 3 /* discardedTerm */
        start local 3 // org.apache.lucene.util.BytesRef discardedTerm
         4: .line 347
            getstatic org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.$assertionsDisabled:Z
            ifne 5
            aload 3 /* discardedTerm */
            aload 2 /* lookAheadTerm */
            invokevirtual org.apache.lucene.util.BytesRef.equals:(Ljava/lang/Object;)Z
            ifne 5
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* discardedTerm */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "] != ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* lookAheadTerm */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)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
         5: .line 348
      StackMap locals: org.apache.lucene.util.BytesRef
      StackMap stack:
            getstatic org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.$assertionsDisabled:Z
            ifne 7
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.this$0:Lorg/apache/lucene/index/FieldUpdatesBuffer;
            getfield org.apache.lucene.index.FieldUpdatesBuffer.docsUpTo:[I
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.this$0:Lorg/apache/lucene/index/FieldUpdatesBuffer;
            getfield org.apache.lucene.index.FieldUpdatesBuffer.docsUpTo:[I
            arraylength
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.termValuesIterator:Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
            invokeinterface org.apache.lucene.util.BytesRefArray$IndexedBytesRefIterator.ord:()I
            invokestatic org.apache.lucene.index.FieldUpdatesBuffer.getArrayIndex:(II)I
            iaload
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate.docUpTo:I
            if_icmple 7
            new java.lang.AssertionError
            dup
         6: .line 349
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.this$0:Lorg/apache/lucene/index/FieldUpdatesBuffer;
            getfield org.apache.lucene.index.FieldUpdatesBuffer.docsUpTo:[I
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.this$0:Lorg/apache/lucene/index/FieldUpdatesBuffer;
            getfield org.apache.lucene.index.FieldUpdatesBuffer.docsUpTo:[I
            arraylength
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.termValuesIterator:Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
            invokeinterface org.apache.lucene.util.BytesRefArray$IndexedBytesRefIterator.ord:()I
            invokestatic org.apache.lucene.index.FieldUpdatesBuffer.getArrayIndex:(II)I
            iaload
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ">"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.bufferedUpdate:Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdate;
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate.docUpTo:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 3 // org.apache.lucene.util.BytesRef discardedTerm
        end local 2 // org.apache.lucene.util.BytesRef lookAheadTerm
         7: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.lookAheadTermIterator:Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
            invokeinterface org.apache.lucene.util.BytesRefArray$IndexedBytesRefIterator.next:()Lorg/apache/lucene/util/BytesRef;
            dup
            astore 2 /* lookAheadTerm */
        start local 2 // org.apache.lucene.util.BytesRef lookAheadTerm
         8: ifnull 9
            aload 2 /* lookAheadTerm */
            aload 1 /* lastTerm */
            invokevirtual org.apache.lucene.util.BytesRef.equals:(Ljava/lang/Object;)Z
            ifne 3
        end local 2 // org.apache.lucene.util.BytesRef lookAheadTerm
        end local 1 // org.apache.lucene.util.BytesRef lastTerm
         9: .line 352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator.termValuesIterator:Lorg/apache/lucene/util/BytesRefArray$IndexedBytesRefIterator;
            invokeinterface org.apache.lucene.util.BytesRefArray$IndexedBytesRefIterator.next:()Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 0 // org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lorg/apache/lucene/index/FieldUpdatesBuffer$BufferedUpdateIterator;
            2    9     1       lastTerm  Lorg/apache/lucene/util/BytesRef;
            3    7     2  lookAheadTerm  Lorg/apache/lucene/util/BytesRef;
            8    9     2  lookAheadTerm  Lorg/apache/lucene/util/BytesRef;
            4    7     3  discardedTerm  Lorg/apache/lucene/util/BytesRef;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "FieldUpdatesBuffer.java"
NestHost: org.apache.lucene.index.FieldUpdatesBuffer
InnerClasses:
  BufferedUpdate = org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdate of org.apache.lucene.index.FieldUpdatesBuffer
  BufferedUpdateIterator = org.apache.lucene.index.FieldUpdatesBuffer$BufferedUpdateIterator of org.apache.lucene.index.FieldUpdatesBuffer
  public MatchAllBits = org.apache.lucene.util.Bits$MatchAllBits of org.apache.lucene.util.Bits
  public abstract IndexedBytesRefIterator = org.apache.lucene.util.BytesRefArray$IndexedBytesRefIterator of org.apache.lucene.util.BytesRefArray
  public final SortState = org.apache.lucene.util.BytesRefArray$SortState of org.apache.lucene.util.BytesRefArray