final class org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper extends org.apache.lucene.index.NumericDocValues
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper
  super_class: org.apache.lucene.index.NumericDocValues
{
  private final org.apache.lucene.util.Bits docsWithField;
    descriptor: Lorg/apache/lucene/util/Bits;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.codecs.memory.LegacyNumericDocValues values;
    descriptor: Lorg/apache/lucene/codecs/memory/LegacyNumericDocValues;
    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 value;
    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/LegacyNumericDocValuesWrapper;
            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.LegacyNumericDocValuesWrapper.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.lucene.util.Bits, org.apache.lucene.codecs.memory.LegacyNumericDocValues);
    descriptor: (Lorg/apache/lucene/util/Bits;Lorg/apache/lucene/codecs/memory/LegacyNumericDocValues;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper this
        start local 1 // org.apache.lucene.util.Bits docsWithField
        start local 2 // org.apache.lucene.codecs.memory.LegacyNumericDocValues values
         0: .line 38
            aload 0 /* this */
            invokespecial org.apache.lucene.index.NumericDocValues.<init>:()V
         1: .line 35
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
         2: .line 39
            aload 0 /* this */
            aload 1 /* docsWithField */
            putfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docsWithField:Lorg/apache/lucene/util/Bits;
         3: .line 40
            aload 0 /* this */
            aload 2 /* values */
            putfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.values:Lorg/apache/lucene/codecs/memory/LegacyNumericDocValues;
         4: .line 41
            aload 0 /* this */
            aload 1 /* docsWithField */
            invokeinterface org.apache.lucene.util.Bits.length:()I
            putfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.maxDoc:I
         5: .line 42
            return
        end local 2 // org.apache.lucene.codecs.memory.LegacyNumericDocValues values
        end local 1 // org.apache.lucene.util.Bits docsWithField
        end local 0 // org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/apache/lucene/codecs/memory/LegacyNumericDocValuesWrapper;
            0    6     1  docsWithField  Lorg/apache/lucene/util/Bits;
            0    6     2         values  Lorg/apache/lucene/codecs/memory/LegacyNumericDocValues;
    MethodParameters:
               Name  Flags
      docsWithField  
      values         

  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.LegacyNumericDocValuesWrapper this
         0: .line 46
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/LegacyNumericDocValuesWrapper;

  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.LegacyNumericDocValuesWrapper this
         0: .line 51
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
         1: .line 52
            goto 6
         2: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.values:Lorg/apache/lucene/codecs/memory/LegacyNumericDocValues;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
            invokevirtual org.apache.lucene.codecs.memory.LegacyNumericDocValues.get:(I)J
            putfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.value:J
         3: .line 54
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.value:J
            lconst_0
            lcmp
            ifne 4
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docsWithField:Lorg/apache/lucene/util/Bits;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
            invokeinterface org.apache.lucene.util.Bits.get:(I)Z
            ifeq 5
         4: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
            ireturn
         5: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
         6: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.maxDoc:I
            if_icmplt 2
         7: .line 59
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
         8: .line 60
            ldc 2147483647
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/lucene/codecs/memory/LegacyNumericDocValuesWrapper;

  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.LegacyNumericDocValuesWrapper this
        start local 1 // int target
         0: .line 65
            getstatic org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.$assertionsDisabled:Z
            ifne 1
            iload 1 /* target */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
            if_icmpge 1
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "target="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* target */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " docID="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 66
      StackMap locals:
      StackMap stack:
            iload 1 /* target */
            ldc 2147483647
            if_icmpne 4
         2: .line 67
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
         3: .line 68
            goto 6
         4: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* target */
            iconst_1
            isub
            putfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
         5: .line 70
            aload 0 /* this */
            invokevirtual org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.nextDoc:()I
            pop
         6: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/lucene/codecs/memory/LegacyNumericDocValuesWrapper;
            0    7     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.LegacyNumericDocValuesWrapper this
        start local 1 // int target
         0: .line 77
            aload 0 /* this */
            iload 1 /* target */
            putfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
         1: .line 78
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.values:Lorg/apache/lucene/codecs/memory/LegacyNumericDocValues;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
            invokevirtual org.apache.lucene.codecs.memory.LegacyNumericDocValues.get:(I)J
            putfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.value:J
         2: .line 79
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.value:J
            lconst_0
            lcmp
            ifne 3
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docsWithField:Lorg/apache/lucene/util/Bits;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.docID:I
            invokeinterface org.apache.lucene.util.Bits.get:(I)Z
            ifne 3
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/codecs/memory/LegacyNumericDocValuesWrapper;
            0    4     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.LegacyNumericDocValuesWrapper this
         0: .line 85
            lconst_0
            lreturn
        end local 0 // org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/LegacyNumericDocValuesWrapper;

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper this
         0: .line 90
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.value:J
            lreturn
        end local 0 // org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/LegacyNumericDocValuesWrapper;

  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.LegacyNumericDocValuesWrapper this
         0: .line 95
            new java.lang.StringBuilder
            dup
            ldc "LegacyNumericDocValuesWrapper("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.LegacyNumericDocValuesWrapper.values:Lorg/apache/lucene/codecs/memory/LegacyNumericDocValues;
            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.LegacyNumericDocValuesWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/LegacyNumericDocValuesWrapper;
}
SourceFile: "LegacyNumericDocValuesWrapper.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()