class org.apache.lucene.index.DocValues$5 extends org.apache.lucene.index.SortedSetDocValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.DocValues$5
  super_class: org.apache.lucene.index.SortedSetDocValues
{
  private int doc;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final org.apache.lucene.util.BytesRef val$empty;
    descriptor: Lorg/apache/lucene/util/BytesRef;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocValues$5 this
         0: .line 219
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.index.DocValues$5.val$empty:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            invokespecial org.apache.lucene.index.SortedSetDocValues.<init>:()V
         1: .line 221
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.index.DocValues$5.doc:I
         2: .line 219
            return
        end local 0 // org.apache.lucene.index.DocValues$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/DocValues$5;
    MethodParameters:
           Name  Flags
      val$empty  final

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocValues$5 this
        start local 1 // int target
         0: .line 225
            aload 0 /* this */
            ldc 2147483647
            dup_x1
            putfield org.apache.lucene.index.DocValues$5.doc:I
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.index.DocValues$5 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/index/DocValues$5;
            0    1     1  target  I
    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.DocValues$5 this
        start local 1 // int target
         0: .line 230
            aload 0 /* this */
            iload 1 /* target */
            putfield org.apache.lucene.index.DocValues$5.doc:I
         1: .line 231
            iconst_0
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.index.DocValues$5 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/lucene/index/DocValues$5;
            0    2     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

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

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValues$5 this
         0: .line 241
            aload 0 /* this */
            ldc 2147483647
            dup_x1
            putfield org.apache.lucene.index.DocValues$5.doc:I
            ireturn
        end local 0 // org.apache.lucene.index.DocValues$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValues$5;

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValues$5 this
         0: .line 246
            lconst_0
            lreturn
        end local 0 // org.apache.lucene.index.DocValues$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValues$5;

  public long nextOrd();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValues$5 this
         0: .line 251
            getstatic org.apache.lucene.index.DocValues.$assertionsDisabled:Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 252
      StackMap locals:
      StackMap stack:
            ldc -1
            lreturn
        end local 0 // org.apache.lucene.index.DocValues$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/DocValues$5;

  public org.apache.lucene.util.BytesRef lookupOrd(long);
    descriptor: (J)Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.DocValues$5 this
        start local 1 // long ord
         0: .line 257
            aload 0 /* this */
            getfield org.apache.lucene.index.DocValues$5.val$empty:Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 1 // long ord
        end local 0 // org.apache.lucene.index.DocValues$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValues$5;
            0    1     1   ord  J
    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.DocValues$5 this
         0: .line 262
            lconst_0
            lreturn
        end local 0 // org.apache.lucene.index.DocValues$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValues$5;
}
SourceFile: "DocValues.java"
EnclosingMethod: org.apache.lucene.index.DocValues.emptySortedSet:()Lorg/apache/lucene/index/SortedSetDocValues;
NestHost: org.apache.lucene.index.DocValues
InnerClasses:
  org.apache.lucene.index.DocValues$5