final class org.apache.lucene.index.memory.MemoryIndex$BinaryDocValuesProducer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.index.memory.MemoryIndex$BinaryDocValuesProducer
  super_class: java.lang.Object
{
  org.apache.lucene.util.BytesRefHash dvBytesValuesSet;
    descriptor: Lorg/apache/lucene/util/BytesRefHash;
    flags: (0x0000) 

  int[] bytesIds;
    descriptor: [I
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$BinaryDocValuesProducer this
         0: .line 1117
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$BinaryDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$BinaryDocValuesProducer;

  private void prepareForUsage();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.memory.MemoryIndex$BinaryDocValuesProducer this
         0: .line 1123
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.memory.MemoryIndex$BinaryDocValuesProducer.dvBytesValuesSet:Lorg/apache/lucene/util/BytesRefHash;
            invokevirtual org.apache.lucene.util.BytesRefHash.sort:()[I
            putfield org.apache.lucene.index.memory.MemoryIndex$BinaryDocValuesProducer.bytesIds:[I
         1: .line 1124
            return
        end local 0 // org.apache.lucene.index.memory.MemoryIndex$BinaryDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/memory/MemoryIndex$BinaryDocValuesProducer;
}
SourceFile: "MemoryIndex.java"
NestHost: org.apache.lucene.index.memory.MemoryIndex
InnerClasses:
  private final BinaryDocValuesProducer = org.apache.lucene.index.memory.MemoryIndex$BinaryDocValuesProducer of org.apache.lucene.index.memory.MemoryIndex