class org.apache.lucene.document.BinaryRangeDocValues extends org.apache.lucene.index.BinaryDocValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.BinaryRangeDocValues
  super_class: org.apache.lucene.index.BinaryDocValues
{
  private final org.apache.lucene.index.BinaryDocValues in;
    descriptor: Lorg/apache/lucene/index/BinaryDocValues;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private byte[] packedValue;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

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

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

  void <init>(org.apache.lucene.index.BinaryDocValues, int, int);
    descriptor: (Lorg/apache/lucene/index/BinaryDocValues;II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.lucene.document.BinaryRangeDocValues this
        start local 1 // org.apache.lucene.index.BinaryDocValues in
        start local 2 // int numDims
        start local 3 // int numBytesPerDimension
         0: .line 32
            aload 0 /* this */
            invokespecial org.apache.lucene.index.BinaryDocValues.<init>:()V
         1: .line 30
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.document.BinaryRangeDocValues.docID:I
         2: .line 33
            aload 0 /* this */
            aload 1 /* in */
            putfield org.apache.lucene.document.BinaryRangeDocValues.in:Lorg/apache/lucene/index/BinaryDocValues;
         3: .line 34
            aload 0 /* this */
            iload 3 /* numBytesPerDimension */
            putfield org.apache.lucene.document.BinaryRangeDocValues.numBytesPerDimension:I
         4: .line 35
            aload 0 /* this */
            iload 2 /* numDims */
            putfield org.apache.lucene.document.BinaryRangeDocValues.numDims:I
         5: .line 36
            aload 0 /* this */
            iconst_2
            iload 2 /* numDims */
            imul
            iload 3 /* numBytesPerDimension */
            imul
            newarray 8
            putfield org.apache.lucene.document.BinaryRangeDocValues.packedValue:[B
         6: .line 37
            return
        end local 3 // int numBytesPerDimension
        end local 2 // int numDims
        end local 1 // org.apache.lucene.index.BinaryDocValues in
        end local 0 // org.apache.lucene.document.BinaryRangeDocValues this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lorg/apache/lucene/document/BinaryRangeDocValues;
            0    7     1                    in  Lorg/apache/lucene/index/BinaryDocValues;
            0    7     2               numDims  I
            0    7     3  numBytesPerDimension  I
    MethodParameters:
                      Name  Flags
      in                    
      numDims               
      numBytesPerDimension  

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.BinaryRangeDocValues this
         0: .line 41
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.document.BinaryRangeDocValues.in:Lorg/apache/lucene/index/BinaryDocValues;
            invokevirtual org.apache.lucene.index.BinaryDocValues.nextDoc:()I
            putfield org.apache.lucene.document.BinaryRangeDocValues.docID:I
         1: .line 43
            aload 0 /* this */
            getfield org.apache.lucene.document.BinaryRangeDocValues.docID:I
            ldc 2147483647
            if_icmpeq 3
         2: .line 44
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.BinaryRangeDocValues.decodeRanges:()V
         3: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.BinaryRangeDocValues.docID:I
            ireturn
        end local 0 // org.apache.lucene.document.BinaryRangeDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/document/BinaryRangeDocValues;
    Exceptions:
      throws java.io.IOException

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

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

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.document.BinaryRangeDocValues this
        start local 1 // int target
         0: .line 62
            aload 0 /* this */
            getfield org.apache.lucene.document.BinaryRangeDocValues.in:Lorg/apache/lucene/index/BinaryDocValues;
            iload 1 /* target */
            invokevirtual org.apache.lucene.index.BinaryDocValues.advance:(I)I
            istore 2 /* res */
        start local 2 // int res
         1: .line 63
            iload 2 /* res */
            ldc 2147483647
            if_icmpeq 3
         2: .line 64
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.BinaryRangeDocValues.decodeRanges:()V
         3: .line 67
      StackMap locals: int
      StackMap stack:
            iload 2 /* res */
            ireturn
        end local 2 // int res
        end local 1 // int target
        end local 0 // org.apache.lucene.document.BinaryRangeDocValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/document/BinaryRangeDocValues;
            0    4     1  target  I
            1    4     2     res  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=3, args_size=2
        start local 0 // org.apache.lucene.document.BinaryRangeDocValues this
        start local 1 // int target
         0: .line 72
            aload 0 /* this */
            getfield org.apache.lucene.document.BinaryRangeDocValues.in:Lorg/apache/lucene/index/BinaryDocValues;
            iload 1 /* target */
            invokevirtual org.apache.lucene.index.BinaryDocValues.advanceExact:(I)Z
            istore 2 /* res */
        start local 2 // boolean res
         1: .line 73
            iload 2 /* res */
            ifeq 3
         2: .line 74
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.BinaryRangeDocValues.decodeRanges:()V
         3: .line 77
      StackMap locals: int
      StackMap stack:
            iload 2 /* res */
            ireturn
        end local 2 // boolean res
        end local 1 // int target
        end local 0 // org.apache.lucene.document.BinaryRangeDocValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/document/BinaryRangeDocValues;
            0    4     1  target  I
            1    4     2     res  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public org.apache.lucene.util.BytesRef binaryValue();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.BinaryRangeDocValues this
         0: .line 82
            aload 0 /* this */
            getfield org.apache.lucene.document.BinaryRangeDocValues.in:Lorg/apache/lucene/index/BinaryDocValues;
            invokevirtual org.apache.lucene.index.BinaryDocValues.binaryValue:()Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 0 // org.apache.lucene.document.BinaryRangeDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/BinaryRangeDocValues;
    Exceptions:
      throws java.io.IOException

  public byte[] getPackedValue();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.BinaryRangeDocValues this
         0: .line 86
            aload 0 /* this */
            getfield org.apache.lucene.document.BinaryRangeDocValues.packedValue:[B
            areturn
        end local 0 // org.apache.lucene.document.BinaryRangeDocValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/BinaryRangeDocValues;

  private void decodeRanges();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.apache.lucene.document.BinaryRangeDocValues this
         0: .line 90
            aload 0 /* this */
            getfield org.apache.lucene.document.BinaryRangeDocValues.in:Lorg/apache/lucene/index/BinaryDocValues;
            invokevirtual org.apache.lucene.index.BinaryDocValues.binaryValue:()Lorg/apache/lucene/util/BytesRef;
            astore 1 /* bytesRef */
        start local 1 // org.apache.lucene.util.BytesRef bytesRef
         1: .line 94
            aload 1 /* bytesRef */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 1 /* bytesRef */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 0 /* this */
            getfield org.apache.lucene.document.BinaryRangeDocValues.packedValue:[B
            iconst_0
            iconst_2
            aload 0 /* this */
            getfield org.apache.lucene.document.BinaryRangeDocValues.numDims:I
            imul
            aload 0 /* this */
            getfield org.apache.lucene.document.BinaryRangeDocValues.numBytesPerDimension:I
            imul
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 95
            return
        end local 1 // org.apache.lucene.util.BytesRef bytesRef
        end local 0 // org.apache.lucene.document.BinaryRangeDocValues this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/lucene/document/BinaryRangeDocValues;
            1    3     1  bytesRef  Lorg/apache/lucene/util/BytesRef;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "BinaryRangeDocValues.java"