final class org.apache.lucene.index.SingletonSortedNumericDocValues extends org.apache.lucene.index.SortedNumericDocValues
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.index.SingletonSortedNumericDocValues
  super_class: org.apache.lucene.index.SortedNumericDocValues
{
  private final org.apache.lucene.index.NumericDocValues in;
    descriptor: Lorg/apache/lucene/index/NumericDocValues;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.apache.lucene.index.NumericDocValues);
    descriptor: (Lorg/apache/lucene/index/NumericDocValues;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.SingletonSortedNumericDocValues this
        start local 1 // org.apache.lucene.index.NumericDocValues in
         0: .line 31
            aload 0 /* this */
            invokespecial org.apache.lucene.index.SortedNumericDocValues.<init>:()V
         1: .line 32
            aload 1 /* in */
            invokevirtual org.apache.lucene.index.NumericDocValues.docID:()I
            iconst_m1
            if_icmpeq 3
         2: .line 33
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "iterator has already been used: docID="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* in */
            invokevirtual org.apache.lucene.index.NumericDocValues.docID:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 35
      StackMap locals: org.apache.lucene.index.SingletonSortedNumericDocValues org.apache.lucene.index.NumericDocValues
      StackMap stack:
            aload 0 /* this */
            aload 1 /* in */
            putfield org.apache.lucene.index.SingletonSortedNumericDocValues.in:Lorg/apache/lucene/index/NumericDocValues;
         4: .line 36
            return
        end local 1 // org.apache.lucene.index.NumericDocValues in
        end local 0 // org.apache.lucene.index.SingletonSortedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/index/SingletonSortedNumericDocValues;
            0    5     1    in  Lorg/apache/lucene/index/NumericDocValues;
    MethodParameters:
      Name  Flags
      in    

  public org.apache.lucene.index.NumericDocValues getNumericDocValues();
    descriptor: ()Lorg/apache/lucene/index/NumericDocValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.SingletonSortedNumericDocValues this
         0: .line 40
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedNumericDocValues.in:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.docID:()I
            iconst_m1
            if_icmpeq 2
         1: .line 41
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "iterator has already been used: docID="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedNumericDocValues.in:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.docID:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 43
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedNumericDocValues.in:Lorg/apache/lucene/index/NumericDocValues;
            areturn
        end local 0 // org.apache.lucene.index.SingletonSortedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/SingletonSortedNumericDocValues;

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.SingletonSortedNumericDocValues this
         0: .line 48
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedNumericDocValues.in:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.docID:()I
            ireturn
        end local 0 // org.apache.lucene.index.SingletonSortedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/SingletonSortedNumericDocValues;

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.SingletonSortedNumericDocValues this
         0: .line 53
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedNumericDocValues.in:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.nextDoc:()I
            ireturn
        end local 0 // org.apache.lucene.index.SingletonSortedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/SingletonSortedNumericDocValues;
    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.index.SingletonSortedNumericDocValues this
        start local 1 // int target
         0: .line 58
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedNumericDocValues.in:Lorg/apache/lucene/index/NumericDocValues;
            iload 1 /* target */
            invokevirtual org.apache.lucene.index.NumericDocValues.advance:(I)I
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.index.SingletonSortedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/index/SingletonSortedNumericDocValues;
            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.index.SingletonSortedNumericDocValues this
        start local 1 // int target
         0: .line 63
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedNumericDocValues.in:Lorg/apache/lucene/index/NumericDocValues;
            iload 1 /* target */
            invokevirtual org.apache.lucene.index.NumericDocValues.advanceExact:(I)Z
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.index.SingletonSortedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/index/SingletonSortedNumericDocValues;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.SingletonSortedNumericDocValues this
         0: .line 68
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedNumericDocValues.in:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.cost:()J
            lreturn
        end local 0 // org.apache.lucene.index.SingletonSortedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/SingletonSortedNumericDocValues;

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

  public int docValueCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.SingletonSortedNumericDocValues this
         0: .line 78
            iconst_1
            ireturn
        end local 0 // org.apache.lucene.index.SingletonSortedNumericDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/SingletonSortedNumericDocValues;
}
SourceFile: "SingletonSortedNumericDocValues.java"