class org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedSetRawValues 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$SortedSetRawValues
  super_class: java.lang.Object
{
  org.apache.lucene.codecs.memory.DirectDocValuesProducer$NumericRawValues docToOrdAddress;
    descriptor: Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$NumericRawValues;
    flags: (0x0000) 

  org.apache.lucene.codecs.memory.DirectDocValuesProducer$NumericRawValues ords;
    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$SortedSetRawValues this
         0: .line 710
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedSetRawValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$SortedSetRawValues;

  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$SortedSetRawValues this
         0: .line 716
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedSetRawValues.ords: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 717
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedSetRawValues.docToOrdAddress:Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$NumericRawValues;
            ifnull 3
         2: .line 718
            lload 1 /* bytesUsed */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedSetRawValues.docToOrdAddress:Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$NumericRawValues;
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesProducer$NumericRawValues.ramBytesUsed:()J
            ladd
            lstore 1 /* bytesUsed */
         3: .line 720
      StackMap locals: long
      StackMap stack:
            lload 1 /* bytesUsed */
            lreturn
        end local 1 // long bytesUsed
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedSetRawValues this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$SortedSetRawValues;
            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$SortedSetRawValues this
         0: .line 725
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* resources */
        start local 1 // java.util.List resources
         1: .line 726
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedSetRawValues.docToOrdAddress:Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$NumericRawValues;
            ifnull 3
         2: .line 727
            aload 1 /* resources */
            ldc "addresses"
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedSetRawValues.docToOrdAddress: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 729
      StackMap locals: java.util.List
      StackMap stack:
            aload 1 /* resources */
            ldc "ordinals"
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedSetRawValues.ords: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 730
            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$SortedSetRawValues this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$SortedSetRawValues;
            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$SortedSetRawValues this
         0: .line 735
            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$SortedSetRawValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectDocValuesProducer$SortedSetRawValues;
}
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
  SortedSetRawValues = org.apache.lucene.codecs.memory.DirectDocValuesProducer$SortedSetRawValues of org.apache.lucene.codecs.memory.DirectDocValuesProducer