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

  final org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9 this$1;
    descriptor: Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$9;
    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.BinaryDocValues val$values;
    descriptor: Lorg/apache/lucene/index/BinaryDocValues;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9, int, org.apache.lucene.index.BinaryDocValues);
    descriptor: (Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$9;ILorg/apache/lucene/index/BinaryDocValues;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1 this
         0: .line 451
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1.this$1:Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$9;
            aload 0 /* this */
            iload 2
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1.val$maxDoc:I
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1.val$values:Lorg/apache/lucene/index/BinaryDocValues;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 452
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1.docIDUpto:I
         2: .line 451
            return
        end local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$9$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$9$1 this
         0: .line 456
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1.docIDUpto:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$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$9$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$9$1;

  public org.apache.lucene.util.BytesRef next();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1 this
         0: .line 461
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1.docIDUpto:I
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1.docIDUpto:I
         1: .line 462
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1.docIDUpto:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1.val$values:Lorg/apache/lucene/index/BinaryDocValues;
            invokevirtual org.apache.lucene.index.BinaryDocValues.docID:()I
            if_icmple 6
         2: .line 464
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1.val$values:Lorg/apache/lucene/index/BinaryDocValues;
            invokevirtual org.apache.lucene.index.BinaryDocValues.nextDoc:()I
            pop
         3: .line 465
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 1 /* ioe */
        start local 1 // java.io.IOException ioe
         5: .line 466
            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
         6: .line 470
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1.docIDUpto:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1.val$values:Lorg/apache/lucene/index/BinaryDocValues;
            invokevirtual org.apache.lucene.index.BinaryDocValues.docID:()I
            if_icmpne 11
         7: .line 472
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1.val$values:Lorg/apache/lucene/index/BinaryDocValues;
            invokevirtual org.apache.lucene.index.BinaryDocValues.binaryValue:()Lorg/apache/lucene/util/BytesRef;
            astore 1 /* result */
        start local 1 // org.apache.lucene.util.BytesRef result
         8: .line 473
            goto 12
        end local 1 // org.apache.lucene.util.BytesRef result
      StackMap locals:
      StackMap stack: java.io.IOException
         9: astore 2 /* e */
        start local 2 // java.io.IOException e
        10: .line 474
            new java.lang.RuntimeException
            dup
            aload 2 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        11: .line 477
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* result */
        start local 1 // org.apache.lucene.util.BytesRef result
        12: .line 479
      StackMap locals: org.apache.lucene.util.BytesRef
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // org.apache.lucene.util.BytesRef result
        end local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$9$1;
            5    6     1     ioe  Ljava/io/IOException;
            8    9     1  result  Lorg/apache/lucene/util/BytesRef;
           12   13     1  result  Lorg/apache/lucene/util/BytesRef;
           10   11     2       e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException
           7     8       9  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$9$1.next:()Lorg/apache/lucene/util/BytesRef;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lorg/apache/lucene/util/BytesRef;>;
SourceFile: "LegacyDocValuesIterables.java"
EnclosingMethod: org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9.iterator:()Ljava/util/Iterator;
NestHost: org.apache.lucene.codecs.memory.LegacyDocValuesIterables
InnerClasses:
  org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9
  org.apache.lucene.codecs.memory.LegacyDocValuesIterables$9$1