class org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues implements org.apache.lucene.util.Accountable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues
  super_class: java.lang.Object
{
  org.apache.lucene.codecs.memory.DirectDocValuesProducer$NumericRawValues docToAddress;
    descriptor: Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$NumericRawValues;
    flags: (0x0000) 

  org.apache.lucene.codecs.memory.DirectDocValuesProducer$NumericRawValues values;
    descriptor: Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$NumericRawValues;
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues this
         0: .line 681
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$SortedNumericRawValues;

  public long ramBytesUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues this
         0: .line 687
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues.values:Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$NumericRawValues;
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesProducer$NumericRawValues.ramBytesUsed:()J
            lstore 1 /* bytesUsed */
        start local 1 // long bytesUsed
         1: .line 688
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues.docToAddress:Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$NumericRawValues;
            ifnull 3
         2: .line 689
            lload 1 /* bytesUsed */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues.docToAddress:Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$NumericRawValues;
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesProducer$NumericRawValues.ramBytesUsed:()J
            ladd
            lstore 1 /* bytesUsed */
         3: .line 691
      StackMap locals: long
      StackMap stack:
            lload 1 /* bytesUsed */
            lreturn
        end local 1 // long bytesUsed
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$SortedNumericRawValues;
            1    4     1  bytesUsed  J

  public java.util.Collection<org.apache.lucene.util.Accountable> getChildResources();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues this
         0: .line 696
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* resources */
        start local 1 // java.util.List resources
         1: .line 697
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues.docToAddress:Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$NumericRawValues;
            ifnull 3
         2: .line 698
            aload 1 /* resources */
            ldc "addresses"
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues.docToAddress:Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$NumericRawValues;
            invokestatic org.apache.lucene.util.Accountables.namedAccountable:(Ljava/lang/String;Lorg/apache/lucene/util/Accountable;)Lorg/apache/lucene/util/Accountable;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 700
      StackMap locals: java.util.List
      StackMap stack:
            aload 1 /* resources */
            ldc "values"
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues.values:Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$NumericRawValues;
            invokestatic org.apache.lucene.util.Accountables.namedAccountable:(Ljava/lang/String;Lorg/apache/lucene/util/Accountable;)Lorg/apache/lucene/util/Accountable;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 701
            aload 1 /* resources */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 1 // java.util.List resources
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$SortedNumericRawValues;
            1    5     1  resources  Ljava/util/List<Lorg/apache/lucene/util/Accountable;>;
    Signature: ()Ljava/util/Collection<Lorg/apache/lucene/util/Accountable;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues this
         0: .line 706
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$SortedNumericRawValues;
}
SourceFile: "DirectDocValuesProducer.java"
NestHost: org.apache.lucene.codecs.memory.DirectDocValuesProducer
InnerClasses:
  NumericRawValues = org.apache.lucene.codecs.memory.DirectDocValuesProducer$NumericRawValues of org.apache.lucene.codecs.memory.DirectDocValuesProducer
  SortedNumericRawValues = org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedNumericRawValues of org.apache.lucene.codecs.memory.DirectDocValuesProducer