class org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1 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$SingleValueDocValuesFieldUpdates$1
  super_class: org.apache.lucene.index.DocValuesFieldUpdates$Iterator
{
  final org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates this$1;
    descriptor: Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

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

  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$SingleValueDocValuesFieldUpdates$1 this
         0: .line 537
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1.val$iterator:Lorg/apache/lucene/util/BitSetIterator;
            invokevirtual org.apache.lucene.util.BitSetIterator.docID:()I
            ireturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1;

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1 this
         0: .line 542
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1.val$iterator:Lorg/apache/lucene/util/BitSetIterator;
            invokevirtual org.apache.lucene.util.BitSetIterator.nextDoc:()I
            ireturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1;

  long longValue();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1 this
         0: .line 547
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1.this$1:Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.longValue:()J
            lreturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1;

  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$SingleValueDocValuesFieldUpdates$1 this
         0: .line 552
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1.this$1:Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.binaryValue:()Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1;

  long delGen();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1 this
         0: .line 557
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1.this$1:Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.delGen:J
            lreturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1;

  boolean hasValue();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1 this
         0: .line 562
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1.this$1:Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasNoValue:Lorg/apache/lucene/util/BitSet;
            ifnull 3
         1: .line 563
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1.this$1:Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates;
            getfield org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.hasNoValue:Lorg/apache/lucene/util/BitSet;
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1.docID:()I
            invokevirtual org.apache.lucene.util.BitSet.get:(I)Z
            ifeq 2
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
         3: .line 565
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/index/DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1;
}
SourceFile: "DocValuesFieldUpdates.java"
EnclosingMethod: org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates.iterator:()Lorg/apache/lucene/index/DocValuesFieldUpdates$Iterator;
NestHost: org.apache.lucene.index.DocValuesFieldUpdates
InnerClasses:
  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
  org.apache.lucene.index.DocValuesFieldUpdates$SingleValueDocValuesFieldUpdates$1