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

  final org.apache.lucene.codecs.memory.LegacyDocValuesIterables$2 this$1;
    descriptor: Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$2;
    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$2, org.apache.lucene.index.SortedSetDocValues);
    descriptor: (Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$2;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$2$1 this
         0: .line 81
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$2$1.this$1:Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$2;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$2$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$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$2$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$values  final

  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$2$1 this
         0: .line 86
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$2$1.nextOrd:J
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$2$1.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.getValueCount:()J
            lcmp
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$2$1;

  public org.apache.lucene.util.BytesRef next();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$2$1 this
         0: .line 92
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$2$1.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$2$1.nextOrd:J
            dup2_x1
            lconst_1
            ladd
            putfield org.apache.lucene.codecs.memory.LegacyDocValuesIterables$2$1.nextOrd:J
            invokevirtual org.apache.lucene.index.SortedSetDocValues.lookupOrd:(J)Lorg/apache/lucene/util/BytesRef;
         1: areturn
         2: .line 93
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 94
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // org.apache.lucene.codecs.memory.LegacyDocValuesIterables$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/codecs/memory/LegacyDocValuesIterables$2$1;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  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$2$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$2.iterator:()Ljava/util/Iterator;
NestHost: org.apache.lucene.codecs.memory.LegacyDocValuesIterables
InnerClasses:
  org.apache.lucene.codecs.memory.LegacyDocValuesIterables$2
  org.apache.lucene.codecs.memory.LegacyDocValuesIterables$2$1