class org.apache.lucene.index.DocValuesFieldUpdates$2 extends org.apache.lucene.index.DocValuesFieldUpdates$Iterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.DocValuesFieldUpdates$2
  super_class: org.apache.lucene.index.DocValuesFieldUpdates$Iterator
{
  private int doc;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final org.apache.lucene.util.PriorityQueue val$queue;
    descriptor: Lorg/apache/lucene/util/PriorityQueue;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.util.PriorityQueue);
    descriptor: (Lorg/apache/lucene/util/PriorityQueue;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$2 this
         0: .line 187
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.index.DocValuesFieldUpdates$2.val$queue:Lorg/apache/lucene/util/PriorityQueue;
            aload 0 /* this */
            invokespecial org.apache.lucene.index.DocValuesFieldUpdates$Iterator.<init>:()V
         1: .line 188
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.index.DocValuesFieldUpdates$2.doc:I
         2: .line 187
            return
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$2;
    MethodParameters:
           Name  Flags
      val$queue  final

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$2 this
         0: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$2.val$queue:Lorg/apache/lucene/util/PriorityQueue;
            invokevirtual org.apache.lucene.util.PriorityQueue.size:()I
            ifne 3
         1: .line 194
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.index.DocValuesFieldUpdates$2.doc:I
         2: .line 195
            goto 13
         3: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$2.val$queue:Lorg/apache/lucene/util/PriorityQueue;
            invokevirtual org.apache.lucene.util.PriorityQueue.top:()Ljava/lang/Object;
            checkcast org.apache.lucene.index.DocValuesFieldUpdates$Iterator
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates$Iterator.docID:()I
            istore 1 /* newDoc */
        start local 1 // int newDoc
         4: .line 198
            iload 1 /* newDoc */
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$2.doc:I
            if_icmpeq 8
         5: .line 199
            getstatic org.apache.lucene.index.DocValuesFieldUpdates.$assertionsDisabled:Z
            ifne 6
            iload 1 /* newDoc */
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$2.doc:I
            if_icmpgt 6
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "doc="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$2.doc:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " newDoc="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* newDoc */
            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
         6: .line 200
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* newDoc */
            putfield org.apache.lucene.index.DocValuesFieldUpdates$2.doc:I
         7: .line 201
            goto 13
         8: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$2.val$queue:Lorg/apache/lucene/util/PriorityQueue;
            invokevirtual org.apache.lucene.util.PriorityQueue.top:()Ljava/lang/Object;
            checkcast org.apache.lucene.index.DocValuesFieldUpdates$Iterator
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates$Iterator.nextDoc:()I
            ldc 2147483647
            if_icmpne 11
         9: .line 204
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$2.val$queue:Lorg/apache/lucene/util/PriorityQueue;
            invokevirtual org.apache.lucene.util.PriorityQueue.pop:()Ljava/lang/Object;
            pop
        10: .line 205
            goto 0
        11: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$2.val$queue:Lorg/apache/lucene/util/PriorityQueue;
            invokevirtual org.apache.lucene.util.PriorityQueue.updateTop:()Ljava/lang/Object;
            pop
        end local 1 // int newDoc
        12: .line 192
            goto 0
        13: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$2.doc:I
            ireturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/apache/lucene/index/DocValuesFieldUpdates$2;
            4   12     1  newDoc  I

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$2 this
         0: .line 214
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$2.doc:I
            ireturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$2;

  long longValue();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$2 this
         0: .line 219
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$2.val$queue:Lorg/apache/lucene/util/PriorityQueue;
            invokevirtual org.apache.lucene.util.PriorityQueue.top:()Ljava/lang/Object;
            checkcast org.apache.lucene.index.DocValuesFieldUpdates$Iterator
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates$Iterator.longValue:()J
            lreturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$2;

  org.apache.lucene.util.BytesRef binaryValue();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$2 this
         0: .line 224
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$2.val$queue:Lorg/apache/lucene/util/PriorityQueue;
            invokevirtual org.apache.lucene.util.PriorityQueue.top:()Ljava/lang/Object;
            checkcast org.apache.lucene.index.DocValuesFieldUpdates$Iterator
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates$Iterator.binaryValue:()Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$2;

  public long delGen();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$2 this
         0: .line 229
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$2;

  boolean hasValue();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$2 this
         0: .line 234
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$2.val$queue:Lorg/apache/lucene/util/PriorityQueue;
            invokevirtual org.apache.lucene.util.PriorityQueue.top:()Ljava/lang/Object;
            checkcast org.apache.lucene.index.DocValuesFieldUpdates$Iterator
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates$Iterator.hasValue:()Z
            ireturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$2;
}
SourceFile: "DocValuesFieldUpdates.java"
EnclosingMethod: org.apache.lucene.index.DocValuesFieldUpdates.mergedIterator:([Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;)Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;
NestHost: org.apache.lucene.index.DocValuesFieldUpdates
InnerClasses:
  org.apache.lucene.index.DocValuesFieldUpdates$2
  abstract Iterator = org.apache.lucene.index.DocValuesFieldUpdates$Iterator of org.apache.lucene.index.DocValuesFieldUpdates