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

  private org.apache.lucene.index.SortedNumericDocValues currentValues;
    descriptor: Lorg/apache/lucene/index/SortedNumericDocValues;
    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 org.apache.lucene.index.SortedNumericDocValues[] val$values;
    descriptor: [Lorg/apache/lucene/index/SortedNumericDocValues;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final long val$finalTotalCost;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.List, org.apache.lucene.index.SortedNumericDocValues[], long);
    descriptor: (Ljava/util/List;[Lorg/apache/lucene/index/SortedNumericDocValues;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.apache.lucene.index.MultiDocValues$4 this
         0: .line 453
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.index.MultiDocValues$4.val$leaves:Ljava/util/List;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.index.MultiDocValues$4.val$values:[Lorg/apache/lucene/index/SortedNumericDocValues;
            aload 0 /* this */
            lload 3
            putfield org.apache.lucene.index.MultiDocValues$4.val$finalTotalCost:J
            aload 0 /* this */
            invokespecial org.apache.lucene.index.SortedNumericDocValues.<init>:()V
         1: .line 457
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.index.MultiDocValues$4.docID:I
         2: .line 453
            return
        end local 0 // org.apache.lucene.index.MultiDocValues$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/MultiDocValues$4;
    MethodParameters:
                    Name  Flags
      val$leaves          final
      val$values          final
      val$finalTotalCost  final

  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$4 this
         0: .line 462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.currentValues:Lorg/apache/lucene/index/SortedNumericDocValues;
            ifnonnull 7
         1: .line 463
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.nextLeaf:I
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.val$leaves:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 4
         2: .line 464
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.index.MultiDocValues$4.docID:I
         3: .line 465
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.docID:I
            ireturn
         4: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.val$leaves:Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.nextLeaf:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.LeafReaderContext
            putfield org.apache.lucene.index.MultiDocValues$4.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
         5: .line 468
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.val$values:[Lorg/apache/lucene/index/SortedNumericDocValues;
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.nextLeaf:I
            aaload
            putfield org.apache.lucene.index.MultiDocValues$4.currentValues:Lorg/apache/lucene/index/SortedNumericDocValues;
         6: .line 469
            aload 0 /* this */
            dup
            getfield org.apache.lucene.index.MultiDocValues$4.nextLeaf:I
            iconst_1
            iadd
            putfield org.apache.lucene.index.MultiDocValues$4.nextLeaf:I
         7: .line 472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.currentValues:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.nextDoc:()I
            istore 1 /* newDocID */
        start local 1 // int newDocID
         8: .line 474
            iload 1 /* newDocID */
            ldc 2147483647
            if_icmpne 11
         9: .line 475
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.MultiDocValues$4.currentValues:Lorg/apache/lucene/index/SortedNumericDocValues;
        10: .line 476
            goto 0
        11: .line 478
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            iload 1 /* newDocID */
            iadd
            putfield org.apache.lucene.index.MultiDocValues$4.docID:I
        12: .line 479
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.docID:I
            ireturn
        end local 1 // int newDocID
        end local 0 // org.apache.lucene.index.MultiDocValues$4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/apache/lucene/index/MultiDocValues$4;
            8   13     1  newDocID  I
    Exceptions:
      throws java.io.IOException

  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$4 this
         0: .line 486
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.docID:I
            ireturn
        end local 0 // org.apache.lucene.index.MultiDocValues$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiDocValues$4;

  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$4 this
        start local 1 // int targetDocID
         0: .line 491
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.docID:I
            if_icmpgt 2
         1: .line 492
            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$4.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 494
      StackMap locals:
      StackMap stack:
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.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 495
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.nextLeaf:I
            if_icmplt 11
         4: .line 496
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.val$leaves:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 8
         5: .line 497
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.MultiDocValues$4.currentValues:Lorg/apache/lucene/index/SortedNumericDocValues;
         6: .line 498
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.index.MultiDocValues$4.docID:I
         7: .line 499
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.docID:I
            ireturn
         8: .line 501
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.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$4.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
         9: .line 502
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.val$values:[Lorg/apache/lucene/index/SortedNumericDocValues;
            iload 2 /* readerIndex */
            aaload
            putfield org.apache.lucene.index.MultiDocValues$4.currentValues:Lorg/apache/lucene/index/SortedNumericDocValues;
        10: .line 503
            aload 0 /* this */
            iload 2 /* readerIndex */
            iconst_1
            iadd
            putfield org.apache.lucene.index.MultiDocValues$4.nextLeaf:I
        11: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.currentValues:Lorg/apache/lucene/index/SortedNumericDocValues;
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            isub
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.advance:(I)I
            istore 3 /* newDocID */
        start local 3 // int newDocID
        12: .line 506
            iload 3 /* newDocID */
            ldc 2147483647
            if_icmpne 15
        13: .line 507
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.MultiDocValues$4.currentValues:Lorg/apache/lucene/index/SortedNumericDocValues;
        14: .line 508
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.MultiDocValues$4.nextDoc:()I
            ireturn
        15: .line 510
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            iload 3 /* newDocID */
            iadd
            putfield org.apache.lucene.index.MultiDocValues$4.docID:I
        16: .line 511
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.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$4 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lorg/apache/lucene/index/MultiDocValues$4;
            0   17     1  targetDocID  I
            3   17     2  readerIndex  I
           12   17     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$4 this
        start local 1 // int targetDocID
         0: .line 517
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.docID:I
            if_icmpge 2
         1: .line 518
            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$4.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 520
      StackMap locals:
      StackMap stack:
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.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 521
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.nextLeaf:I
            if_icmplt 9
         4: .line 522
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.val$leaves:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 6
         5: .line 523
            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 525
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.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$4.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
         7: .line 526
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.val$values:[Lorg/apache/lucene/index/SortedNumericDocValues;
            iload 2 /* readerIndex */
            aaload
            putfield org.apache.lucene.index.MultiDocValues$4.currentValues:Lorg/apache/lucene/index/SortedNumericDocValues;
         8: .line 527
            aload 0 /* this */
            iload 2 /* readerIndex */
            iconst_1
            iadd
            putfield org.apache.lucene.index.MultiDocValues$4.nextLeaf:I
         9: .line 529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* targetDocID */
            putfield org.apache.lucene.index.MultiDocValues$4.docID:I
        10: .line 530
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.currentValues:Lorg/apache/lucene/index/SortedNumericDocValues;
            ifnonnull 12
        11: .line 531
            iconst_0
            ireturn
        12: .line 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.currentValues:Lorg/apache/lucene/index/SortedNumericDocValues;
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            isub
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.advanceExact:(I)Z
            ireturn
        end local 2 // int readerIndex
        end local 1 // int targetDocID
        end local 0 // org.apache.lucene.index.MultiDocValues$4 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/apache/lucene/index/MultiDocValues$4;
            0   13     1  targetDocID  I
            3   13     2  readerIndex  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      targetDocID  

  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$4 this
         0: .line 538
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.val$finalTotalCost:J
            lreturn
        end local 0 // org.apache.lucene.index.MultiDocValues$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiDocValues$4;

  public int docValueCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiDocValues$4 this
         0: .line 543
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.currentValues:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docValueCount:()I
            ireturn
        end local 0 // org.apache.lucene.index.MultiDocValues$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiDocValues$4;

  public long nextValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiDocValues$4 this
         0: .line 548
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$4.currentValues:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.nextValue:()J
            lreturn
        end local 0 // org.apache.lucene.index.MultiDocValues$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiDocValues$4;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "MultiDocValues.java"
EnclosingMethod: org.apache.lucene.index.MultiDocValues.getSortedNumericValues:(Lorg/apache/lucene/index/IndexReader;Ljava/lang/String;)Lorg/apache/lucene/index/SortedNumericDocValues;
NestHost: org.apache.lucene.index.MultiDocValues
InnerClasses:
  org.apache.lucene.index.MultiDocValues$4