class org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1 implements java.util.Iterator<java.lang.Number>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1
  super_class: java.lang.Object
{
  private int nextDocID;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int ordCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4 this$1;
    descriptor: Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$4;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final int val$maxDoc;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.index.SortedSetDocValues val$values;
    descriptor: Lorg/apache/lucene/index/SortedSetDocValues;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4, int, org.apache.lucene.index.SortedSetDocValues);
    descriptor: (Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$4;ILorg/apache/lucene/index/SortedSetDocValues;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1 this
         0: .line 167
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.this$1:Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$4;
            aload 0 /* this */
            iload 2
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.val$maxDoc:I
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$4$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$maxDoc  final
      val$values  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1 this
         0: .line 173
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.nextDocID:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.val$maxDoc:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$4$1;

  public java.lang.Number next();
    descriptor: ()Ljava/lang/Number;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1 this
         0: .line 179
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.nextDocID:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.docID:()I
            if_icmple 6
         1: .line 180
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.nextDoc:()I
            ldc 2147483647
            if_icmpeq 6
         2: .line 181
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.ordCount:I
         3: .line 182
            goto 5
         4: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.ordCount:I
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.ordCount:I
         5: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.nextOrd:()J
            ldc -1
            lcmp
            ifne 4
         6: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.nextDocID:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.docID:()I
            if_icmpne 9
         7: .line 189
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.ordCount:I
            istore 1 /* result */
        start local 1 // int result
         8: .line 190
            goto 10
        end local 1 // int result
         9: .line 191
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* result */
        start local 1 // int result
        10: .line 193
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.nextDocID:I
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.nextDocID:I
        11: .line 194
            iload 1 /* result */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        12: areturn
        end local 1 // int result
        13: .line 195
      StackMap locals: org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1
      StackMap stack: java.io.IOException
            astore 1 /* ioe */
        start local 1 // java.io.IOException ioe
        14: .line 196
            new java.lang.RuntimeException
            dup
            aload 1 /* ioe */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException ioe
        end local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$4$1;
            8    9     1  result  I
           10   13     1  result  I
           14   15     1     ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    12      13  Class java.io.IOException

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1.next:()Ljava/lang/Number;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/Number;>;
SourceFile: "LegacyDocValuesIterables.java"
EnclosingMethod: org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4.iterator:()Ljava/util/Iterator;
NestHost: org.apache.lucene.codecs.memory.LegacyDocValuesIterables
InnerClasses:
  org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4
  org.apache.lucene.codecs.memory.LegacyDocValuesIterables$4$1