class org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$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$5$1
  super_class: java.lang.Object
{
  private boolean nextIsSet;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private long nextOrd;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  final org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5 this$1;
    descriptor: Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$5;
    flags: (0x1010) 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$5, org.apache.lucene.index.SortedSetDocValues);
    descriptor: (Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$5;Lorg/apache/lucene/index/SortedSetDocValues;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1 this
         0: .line 222
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.this$1:Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$5;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$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$5$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$5$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$values  final

  private void setNext();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1 this
         0: .line 228
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.nextIsSet:Z
            ifne 15
         1: .line 229
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.docID:()I
            iconst_m1
            if_icmpne 3
         2: .line 230
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.nextDoc:()I
            pop
         3: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.docID:()I
            ldc 2147483647
            if_icmpne 6
         4: .line 234
            aload 0 /* this */
            ldc -1
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.nextOrd:J
         5: .line 235
            goto 11
         6: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.nextOrd:()J
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.nextOrd:J
         7: .line 238
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.nextOrd:J
            ldc -1
            lcmp
            ifeq 9
         8: .line 239
            goto 11
         9: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.nextDoc:()I
            pop
        10: .line 232
            goto 3
        11: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.nextIsSet:Z
        12: .line 245
            goto 15
      StackMap locals:
      StackMap stack: java.io.IOException
        13: astore 1 /* ioe */
        start local 1 // java.io.IOException ioe
        14: .line 246
            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
        15: .line 248
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$5$1;
           14   15     1   ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    12      13  Class java.io.IOException

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1 this
         0: .line 252
            aload 0 /* this */
            invokevirtual org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.setNext:()V
         1: .line 253
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.nextOrd:J
            ldc -1
            lcmp
            ifeq 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$5$1;

  public java.lang.Number next();
    descriptor: ()Ljava/lang/Number;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1 this
         0: .line 258
            aload 0 /* this */
            invokevirtual org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.setNext:()V
         1: .line 259
            getstatic org.apache.lucene.codecs.memory.LegacyDocValuesIterables.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.nextOrd:J
            ldc -1
            lcmp
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.nextIsSet:Z
         3: .line 261
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1.nextOrd:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$5$1;

  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$5$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$5.iterator:()Ljava/util/Iterator;
NestHost: org.apache.lucene.codecs.memory.LegacyDocValuesIterables
InnerClasses:
  org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5
  org.apache.lucene.codecs.memory.LegacyDocValuesIterables$5$1