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

  private final int maxDoc;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int docID;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 31
            ldc Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValuesWrapper;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.lucene.codecs.memory.LegacySortedSetDocValues, int);
    descriptor: (Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValues;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
        start local 1 // org.apache.lucene.codecs.memory.LegacySortedSetDocValues values
        start local 2 // int maxDoc
         0: .line 37
            aload 0 /* this */
            invokespecial org.apache.lucene.index.SortedSetDocValues.<init>:()V
         1: .line 34
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
         2: .line 38
            aload 0 /* this */
            aload 1 /* values */
            putfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.values:Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValues;
         3: .line 39
            aload 0 /* this */
            iload 2 /* maxDoc */
            putfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.maxDoc:I
         4: .line 40
            return
        end local 2 // int maxDoc
        end local 1 // org.apache.lucene.codecs.memory.LegacySortedSetDocValues values
        end local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValuesWrapper;
            0    5     1  values  Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValues;
            0    5     2  maxDoc  I
    MethodParameters:
        Name  Flags
      values  
      maxDoc  

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

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
         0: .line 49
            getstatic org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
            ldc 2147483647
            if_icmpne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
         2: .line 51
            goto 8
         3: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.values:Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValues;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
            invokevirtual org.apache.lucene.codecs.memory.LegacySortedSetDocValues.setDocument:(I)V
         4: .line 53
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.values:Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValues;
            invokevirtual org.apache.lucene.codecs.memory.LegacySortedSetDocValues.nextOrd:()J
            putfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.ord:J
         5: .line 54
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.ord:J
            ldc -1
            lcmp
            ifeq 7
         6: .line 55
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
            ireturn
         7: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
         8: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.maxDoc:I
            if_icmplt 3
         9: .line 59
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
        10: .line 60
            ldc 2147483647
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValuesWrapper;

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
        start local 1 // int target
         0: .line 65
            iload 1 /* target */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
            if_icmpge 2
         1: .line 66
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "cannot advance backwards: docID="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " target="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* target */
            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 68
      StackMap locals:
      StackMap stack:
            iload 1 /* target */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.maxDoc:I
            if_icmplt 5
         3: .line 69
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
         4: .line 70
            goto 7
         5: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* target */
            iconst_1
            isub
            putfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
         6: .line 72
            aload 0 /* this */
            invokevirtual org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.nextDoc:()I
            pop
         7: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValuesWrapper;
            0    8     1  target  I
    MethodParameters:
        Name  Flags
      target  

  public boolean advanceExact(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
        start local 1 // int target
         0: .line 79
            aload 0 /* this */
            iload 1 /* target */
            putfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
         1: .line 80
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.values:Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValues;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.docID:I
            invokevirtual org.apache.lucene.codecs.memory.LegacySortedSetDocValues.setDocument:(I)V
         2: .line 81
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.values:Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValues;
            invokevirtual org.apache.lucene.codecs.memory.LegacySortedSetDocValues.nextOrd:()J
            putfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.ord:J
         3: .line 82
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.ord:J
            ldc -1
            lcmp
            ifeq 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValuesWrapper;
            0    5     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.codecs.memory.LegacySortedSetDocValuesWrapper this
         0: .line 87
            lconst_0
            lreturn
        end local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValuesWrapper;

  public long nextOrd();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
         0: .line 92
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.ord:J
            lstore 1 /* result */
        start local 1 // long result
         1: .line 93
            lload 1 /* result */
            ldc -1
            lcmp
            ifeq 3
         2: .line 94
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.values:Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValues;
            invokevirtual org.apache.lucene.codecs.memory.LegacySortedSetDocValues.nextOrd:()J
            putfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.ord:J
         3: .line 96
      StackMap locals: long
      StackMap stack:
            lload 1 /* result */
            lreturn
        end local 1 // long result
        end local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValuesWrapper;
            1    4     1  result  J

  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.codecs.memory.LegacySortedSetDocValuesWrapper this
        start local 1 // long ord
         0: .line 101
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.values:Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValues;
            lload 1 /* ord */
            l2i
            i2l
            invokevirtual org.apache.lucene.codecs.memory.LegacySortedSetDocValues.lookupOrd:(J)Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 1 // long ord
        end local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValuesWrapper;
            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.codecs.memory.LegacySortedSetDocValuesWrapper this
         0: .line 106
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.values:Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValues;
            invokevirtual org.apache.lucene.codecs.memory.LegacySortedSetDocValues.getValueCount:()J
            lreturn
        end local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValuesWrapper;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
         0: .line 111
            new java.lang.StringBuilder
            dup
            ldc "LegacySortedSetDocValuesWrapper("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper.values:Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValues;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.codecs.memory.LegacySortedSetDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/LegacySortedSetDocValuesWrapper;
}
SourceFile: "LegacySortedSetDocValuesWrapper.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()