class org.apache.lucene.index.MultiDocValues$2 extends org.apache.lucene.index.NumericDocValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.MultiDocValues$2
  super_class: org.apache.lucene.index.NumericDocValues
{
  private int nextLeaf;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.apache.lucene.index.NumericDocValues currentValues;
    descriptor: Lorg/apache/lucene/index/NumericDocValues;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.lucene.index.LeafReaderContext currentLeaf;
    descriptor: Lorg/apache/lucene/index/LeafReaderContext;
    flags: (0x0002) ACC_PRIVATE

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

  private final java.util.List val$leaves;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$field;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.List, java.lang.String);
    descriptor: (Ljava/util/List;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.MultiDocValues$2 this
         0: .line 191
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.index.MultiDocValues$2.val$leaves:Ljava/util/List;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.index.MultiDocValues$2.val$field:Ljava/lang/String;
            aload 0 /* this */
            invokespecial org.apache.lucene.index.NumericDocValues.<init>:()V
         1: .line 195
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.index.MultiDocValues$2.docID:I
         2: .line 191
            return
        end local 0 // org.apache.lucene.index.MultiDocValues$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/MultiDocValues$2;
    MethodParameters:
            Name  Flags
      val$leaves  final
      val$field   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.MultiDocValues$2 this
         0: .line 199
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.docID:I
            ireturn
        end local 0 // org.apache.lucene.index.MultiDocValues$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiDocValues$2;

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.MultiDocValues$2 this
         0: .line 205
            goto 7
         1: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.nextLeaf:I
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.val$leaves:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 4
         2: .line 207
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.index.MultiDocValues$2.docID:I
         3: .line 208
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.docID:I
            ireturn
         4: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.val$leaves:Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.nextLeaf:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.LeafReaderContext
            putfield org.apache.lucene.index.MultiDocValues$2.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
         5: .line 211
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.val$field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.LeafReader.getNumericDocValues:(Ljava/lang/String;)Lorg/apache/lucene/index/NumericDocValues;
            putfield org.apache.lucene.index.MultiDocValues$2.currentValues:Lorg/apache/lucene/index/NumericDocValues;
         6: .line 212
            aload 0 /* this */
            dup
            getfield org.apache.lucene.index.MultiDocValues$2.nextLeaf:I
            iconst_1
            iadd
            putfield org.apache.lucene.index.MultiDocValues$2.nextLeaf:I
         7: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.currentValues:Lorg/apache/lucene/index/NumericDocValues;
            ifnull 1
         8: .line 215
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.currentValues:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.nextDoc:()I
            istore 1 /* newDocID */
        start local 1 // int newDocID
         9: .line 217
            iload 1 /* newDocID */
            ldc 2147483647
            if_icmpne 12
        10: .line 218
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.MultiDocValues$2.currentValues:Lorg/apache/lucene/index/NumericDocValues;
        11: .line 219
            goto 14
        12: .line 221
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            iload 1 /* newDocID */
            iadd
            putfield org.apache.lucene.index.MultiDocValues$2.docID:I
        13: .line 222
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.docID:I
            ireturn
        end local 1 // int newDocID
        14: .line 204
      StackMap locals:
      StackMap stack:
            goto 7
        end local 0 // org.apache.lucene.index.MultiDocValues$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lorg/apache/lucene/index/MultiDocValues$2;
            9   14     1  newDocID  I
    Exceptions:
      throws java.io.IOException

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.lucene.index.MultiDocValues$2 this
        start local 1 // int targetDocID
         0: .line 229
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.docID:I
            if_icmpgt 2
         1: .line 230
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "can only advance beyond current document: on docID="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.docID:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " but targetDocID="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* targetDocID */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 232
      StackMap locals:
      StackMap stack:
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.val$leaves:Ljava/util/List;
            invokestatic org.apache.lucene.index.ReaderUtil.subIndex:(ILjava/util/List;)I
            istore 2 /* readerIndex */
        start local 2 // int readerIndex
         3: .line 233
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.nextLeaf:I
            if_icmplt 13
         4: .line 234
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.val$leaves:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 8
         5: .line 235
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.MultiDocValues$2.currentValues:Lorg/apache/lucene/index/NumericDocValues;
         6: .line 236
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.index.MultiDocValues$2.docID:I
         7: .line 237
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.docID:I
            ireturn
         8: .line 239
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.val$leaves:Ljava/util/List;
            iload 2 /* readerIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.LeafReaderContext
            putfield org.apache.lucene.index.MultiDocValues$2.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
         9: .line 240
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.val$field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.LeafReader.getNumericDocValues:(Ljava/lang/String;)Lorg/apache/lucene/index/NumericDocValues;
            putfield org.apache.lucene.index.MultiDocValues$2.currentValues:Lorg/apache/lucene/index/NumericDocValues;
        10: .line 241
            aload 0 /* this */
            iload 2 /* readerIndex */
            iconst_1
            iadd
            putfield org.apache.lucene.index.MultiDocValues$2.nextLeaf:I
        11: .line 242
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.currentValues:Lorg/apache/lucene/index/NumericDocValues;
            ifnonnull 13
        12: .line 243
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.MultiDocValues$2.nextDoc:()I
            ireturn
        13: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.currentValues:Lorg/apache/lucene/index/NumericDocValues;
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            isub
            invokevirtual org.apache.lucene.index.NumericDocValues.advance:(I)I
            istore 3 /* newDocID */
        start local 3 // int newDocID
        14: .line 247
            iload 3 /* newDocID */
            ldc 2147483647
            if_icmpne 17
        15: .line 248
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.MultiDocValues$2.currentValues:Lorg/apache/lucene/index/NumericDocValues;
        16: .line 249
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.MultiDocValues$2.nextDoc:()I
            ireturn
        17: .line 251
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            iload 3 /* newDocID */
            iadd
            putfield org.apache.lucene.index.MultiDocValues$2.docID:I
        18: .line 252
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.docID:I
            ireturn
        end local 3 // int newDocID
        end local 2 // int readerIndex
        end local 1 // int targetDocID
        end local 0 // org.apache.lucene.index.MultiDocValues$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lorg/apache/lucene/index/MultiDocValues$2;
            0   19     1  targetDocID  I
            3   19     2  readerIndex  I
           14   19     3     newDocID  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      targetDocID  

  public boolean advanceExact(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.MultiDocValues$2 this
        start local 1 // int targetDocID
         0: .line 258
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.docID:I
            if_icmpge 2
         1: .line 259
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "can only advance beyond current document: on docID="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.docID:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " but targetDocID="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* targetDocID */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 261
      StackMap locals:
      StackMap stack:
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.val$leaves:Ljava/util/List;
            invokestatic org.apache.lucene.index.ReaderUtil.subIndex:(ILjava/util/List;)I
            istore 2 /* readerIndex */
        start local 2 // int readerIndex
         3: .line 262
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.nextLeaf:I
            if_icmplt 9
         4: .line 263
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.val$leaves:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 6
         5: .line 264
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Out of range: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* targetDocID */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 266
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.val$leaves:Ljava/util/List;
            iload 2 /* readerIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.LeafReaderContext
            putfield org.apache.lucene.index.MultiDocValues$2.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
         7: .line 267
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.val$field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.LeafReader.getNumericDocValues:(Ljava/lang/String;)Lorg/apache/lucene/index/NumericDocValues;
            putfield org.apache.lucene.index.MultiDocValues$2.currentValues:Lorg/apache/lucene/index/NumericDocValues;
         8: .line 268
            aload 0 /* this */
            iload 2 /* readerIndex */
            iconst_1
            iadd
            putfield org.apache.lucene.index.MultiDocValues$2.nextLeaf:I
         9: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* targetDocID */
            putfield org.apache.lucene.index.MultiDocValues$2.docID:I
        10: .line 271
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.currentValues:Lorg/apache/lucene/index/NumericDocValues;
            ifnonnull 12
        11: .line 272
            iconst_0
            ireturn
        12: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.currentValues:Lorg/apache/lucene/index/NumericDocValues;
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            isub
            invokevirtual org.apache.lucene.index.NumericDocValues.advanceExact:(I)Z
            ireturn
        end local 2 // int readerIndex
        end local 1 // int targetDocID
        end local 0 // org.apache.lucene.index.MultiDocValues$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/apache/lucene/index/MultiDocValues$2;
            0   13     1  targetDocID  I
            3   13     2  readerIndex  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      targetDocID  

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiDocValues$2 this
         0: .line 278
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$2.currentValues:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.longValue:()J
            lreturn
        end local 0 // org.apache.lucene.index.MultiDocValues$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiDocValues$2;
    Exceptions:
      throws java.io.IOException

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiDocValues$2 this
         0: .line 284
            lconst_0
            lreturn
        end local 0 // org.apache.lucene.index.MultiDocValues$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiDocValues$2;
}
SourceFile: "MultiDocValues.java"
EnclosingMethod: org.apache.lucene.index.MultiDocValues.getNumericValues:(Lorg/apache/lucene/index/IndexReader;Ljava/lang/String;)Lorg/apache/lucene/index/NumericDocValues;
NestHost: org.apache.lucene.index.MultiDocValues
InnerClasses:
  org.apache.lucene.index.MultiDocValues$2