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

  private long ord;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.lucene.index.SortedDocValues);
    descriptor: (Lorg/apache/lucene/index/SortedDocValues;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
        start local 1 // org.apache.lucene.index.SortedDocValues in
         0: .line 35
            aload 0 /* this */
            invokespecial org.apache.lucene.index.SortedSetDocValues.<init>:()V
         1: .line 36
            aload 1 /* in */
            invokevirtual org.apache.lucene.index.SortedDocValues.docID:()I
            iconst_m1
            if_icmpeq 3
         2: .line 37
            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.SortedDocValues.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 39
      StackMap locals: org.apache.lucene.index.SingletonSortedSetDocValues org.apache.lucene.index.SortedDocValues
      StackMap stack:
            aload 0 /* this */
            aload 1 /* in */
            putfield org.apache.lucene.index.SingletonSortedSetDocValues.in:Lorg/apache/lucene/index/SortedDocValues;
         4: .line 40
            return
        end local 1 // org.apache.lucene.index.SortedDocValues in
        end local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/index/SingletonSortedSetDocValues;
            0    5     1    in  Lorg/apache/lucene/index/SortedDocValues;
    MethodParameters:
      Name  Flags
      in    

  public org.apache.lucene.index.SortedDocValues getSortedDocValues();
    descriptor: ()Lorg/apache/lucene/index/SortedDocValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
         0: .line 44
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedSetDocValues.in:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.docID:()I
            iconst_m1
            if_icmpeq 2
         1: .line 45
            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.SingletonSortedSetDocValues.in:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.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 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedSetDocValues.in:Lorg/apache/lucene/index/SortedDocValues;
            areturn
        end local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/SingletonSortedSetDocValues;

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

  public long nextOrd();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
         0: .line 57
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedSetDocValues.ord:J
            lstore 1 /* v */
        start local 1 // long v
         1: .line 58
            aload 0 /* this */
            ldc -1
            putfield org.apache.lucene.index.SingletonSortedSetDocValues.ord:J
         2: .line 59
            lload 1 /* v */
            lreturn
        end local 1 // long v
        end local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/SingletonSortedSetDocValues;
            1    3     1     v  J

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
         0: .line 64
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedSetDocValues.in:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.nextDoc:()I
            istore 1 /* docID */
        start local 1 // int docID
         1: .line 65
            iload 1 /* docID */
            ldc 2147483647
            if_icmpeq 3
         2: .line 66
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedSetDocValues.in:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.ordValue:()I
            i2l
            putfield org.apache.lucene.index.SingletonSortedSetDocValues.ord:J
         3: .line 68
      StackMap locals: int
      StackMap stack:
            iload 1 /* docID */
            ireturn
        end local 1 // int docID
        end local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/lucene/index/SingletonSortedSetDocValues;
            1    4     1  docID  I
    Exceptions:
      throws java.io.IOException

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
        start local 1 // int target
         0: .line 73
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedSetDocValues.in:Lorg/apache/lucene/index/SortedDocValues;
            iload 1 /* target */
            invokevirtual org.apache.lucene.index.SortedDocValues.advance:(I)I
            istore 2 /* docID */
        start local 2 // int docID
         1: .line 74
            iload 2 /* docID */
            ldc 2147483647
            if_icmpeq 3
         2: .line 75
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedSetDocValues.in:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.ordValue:()I
            i2l
            putfield org.apache.lucene.index.SingletonSortedSetDocValues.ord:J
         3: .line 77
      StackMap locals: int
      StackMap stack:
            iload 2 /* docID */
            ireturn
        end local 2 // int docID
        end local 1 // int target
        end local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/index/SingletonSortedSetDocValues;
            0    4     1  target  I
            1    4     2   docID  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public boolean advanceExact(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
        start local 1 // int target
         0: .line 82
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedSetDocValues.in:Lorg/apache/lucene/index/SortedDocValues;
            iload 1 /* target */
            invokevirtual org.apache.lucene.index.SortedDocValues.advanceExact:(I)Z
            ifeq 3
         1: .line 83
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedSetDocValues.in:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.ordValue:()I
            i2l
            putfield org.apache.lucene.index.SingletonSortedSetDocValues.ord:J
         2: .line 84
            iconst_1
            ireturn
         3: .line 86
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/index/SingletonSortedSetDocValues;
            0    4     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public org.apache.lucene.util.BytesRef lookupOrd(long);
    descriptor: (J)Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
        start local 1 // long ord
         0: .line 92
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedSetDocValues.in:Lorg/apache/lucene/index/SortedDocValues;
            lload 1 /* ord */
            l2i
            invokevirtual org.apache.lucene.index.SortedDocValues.lookupOrd:(I)Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 1 // long ord
        end local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/SingletonSortedSetDocValues;
            0    1     1   ord  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ord   

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

  public long lookupTerm(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
        start local 1 // org.apache.lucene.util.BytesRef key
         0: .line 102
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedSetDocValues.in:Lorg/apache/lucene/index/SortedDocValues;
            aload 1 /* key */
            invokevirtual org.apache.lucene.index.SortedDocValues.lookupTerm:(Lorg/apache/lucene/util/BytesRef;)I
            i2l
            lreturn
        end local 1 // org.apache.lucene.util.BytesRef key
        end local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/SingletonSortedSetDocValues;
            0    1     1   key  Lorg/apache/lucene/util/BytesRef;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      key   

  public org.apache.lucene.index.TermsEnum termsEnum();
    descriptor: ()Lorg/apache/lucene/index/TermsEnum;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
         0: .line 107
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedSetDocValues.in:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.termsEnum:()Lorg/apache/lucene/index/TermsEnum;
            areturn
        end local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/SingletonSortedSetDocValues;
    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.SingletonSortedSetDocValues this
         0: .line 112
            aload 0 /* this */
            getfield org.apache.lucene.index.SingletonSortedSetDocValues.in:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.cost:()J
            lreturn
        end local 0 // org.apache.lucene.index.SingletonSortedSetDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/SingletonSortedSetDocValues;
}
SourceFile: "SingletonSortedSetDocValues.java"