class org.apache.lucene.codecs.DocValuesConsumer$3$1 extends org.apache.lucene.index.SortedNumericDocValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.codecs.DocValuesConsumer$3$1
  super_class: org.apache.lucene.index.SortedNumericDocValues
{
  private int docID;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.apache.lucene.codecs.DocValuesConsumer$SortedNumericDocValuesSub currentSub;
    descriptor: Lorg/apache/lucene/codecs/DocValuesConsumer$SortedNumericDocValuesSub;
    flags: (0x0002) ACC_PRIVATE

  final org.apache.lucene.codecs.DocValuesConsumer$3 this$1;
    descriptor: Lorg/apache/lucene/codecs/DocValuesConsumer$3;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.index.DocIDMerger val$docIDMerger;
    descriptor: Lorg/apache/lucene/index/DocIDMerger;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  void <init>(org.apache.lucene.codecs.DocValuesConsumer$3, org.apache.lucene.index.DocIDMerger, long);
    descriptor: (Lorg/apache/lucene/codecs/DocValuesConsumer$3;Lorg/apache/lucene/index/DocIDMerger;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$3$1 this
         0: .line 406
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.codecs.DocValuesConsumer$3$1.this$1:Lorg/apache/lucene/codecs/DocValuesConsumer$3;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.codecs.DocValuesConsumer$3$1.val$docIDMerger:Lorg/apache/lucene/index/DocIDMerger;
            aload 0 /* this */
            lload 3
            putfield org.apache.lucene.codecs.DocValuesConsumer$3$1.val$finalCost:J
            aload 0 /* this */
            invokespecial org.apache.lucene.index.SortedNumericDocValues.<init>:()V
         1: .line 408
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.codecs.DocValuesConsumer$3$1.docID:I
         2: .line 406
            return
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$3$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$3$1;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$docIDMerger  final
      val$finalCost    final

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$3$1 this
         0: .line 413
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$3$1.docID:I
            ireturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$3$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$3$1;

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$3$1 this
         0: .line 418
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$3$1.val$docIDMerger:Lorg/apache/lucene/index/DocIDMerger;
            invokevirtual org.apache.lucene.index.DocIDMerger.next:()Lorg/apache/lucene/index/DocIDMerger$Sub;
            checkcast org.apache.lucene.codecs.DocValuesConsumer$SortedNumericDocValuesSub
            putfield org.apache.lucene.codecs.DocValuesConsumer$3$1.currentSub:Lorg/apache/lucene/codecs/DocValuesConsumer$SortedNumericDocValuesSub;
         1: .line 419
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$3$1.currentSub:Lorg/apache/lucene/codecs/DocValuesConsumer$SortedNumericDocValuesSub;
            ifnonnull 4
         2: .line 420
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.codecs.DocValuesConsumer$3$1.docID:I
         3: .line 421
            goto 5
         4: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$3$1.currentSub:Lorg/apache/lucene/codecs/DocValuesConsumer$SortedNumericDocValuesSub;
            getfield org.apache.lucene.codecs.DocValuesConsumer$SortedNumericDocValuesSub.mappedDocID:I
            putfield org.apache.lucene.codecs.DocValuesConsumer$3$1.docID:I
         5: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$3$1.docID:I
            ireturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$3$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$3$1;
    Exceptions:
      throws java.io.IOException

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$3$1 this
        start local 1 // int target
         0: .line 430
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$3$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/codecs/DocValuesConsumer$3$1;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public boolean advanceExact(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$3$1 this
        start local 1 // int target
         0: .line 435
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$3$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/codecs/DocValuesConsumer$3$1;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

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

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$3$1 this
         0: .line 445
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$3$1.val$finalCost:J
            lreturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$3$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$3$1;

  public long nextValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$3$1 this
         0: .line 450
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$3$1.currentSub:Lorg/apache/lucene/codecs/DocValuesConsumer$SortedNumericDocValuesSub;
            getfield org.apache.lucene.codecs.DocValuesConsumer$SortedNumericDocValuesSub.values:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.nextValue:()J
            lreturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$3$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$3$1;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "DocValuesConsumer.java"
EnclosingMethod: org.apache.lucene.codecs.DocValuesConsumer$3.getSortedNumeric:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedNumericDocValues;
NestHost: org.apache.lucene.codecs.DocValuesConsumer
InnerClasses:
  org.apache.lucene.codecs.DocValuesConsumer$3
  org.apache.lucene.codecs.DocValuesConsumer$3$1
  private SortedNumericDocValuesSub = org.apache.lucene.codecs.DocValuesConsumer$SortedNumericDocValuesSub of org.apache.lucene.codecs.DocValuesConsumer
  public abstract Sub = org.apache.lucene.index.DocIDMerger$Sub of org.apache.lucene.index.DocIDMerger