class org.apache.lucene.util.BytesRefHash$1 extends org.apache.lucene.util.StringMSBRadixSorter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.util.BytesRefHash$1
  super_class: org.apache.lucene.util.StringMSBRadixSorter
{
  org.apache.lucene.util.BytesRef scratch;
    descriptor: Lorg/apache/lucene/util/BytesRef;
    flags: (0x0000) 

  final org.apache.lucene.util.BytesRefHash this$0;
    descriptor: Lorg/apache/lucene/util/BytesRefHash;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final int[] val$compact;
    descriptor: [I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.util.BytesRefHash, int[]);
    descriptor: (Lorg/apache/lucene/util/BytesRefHash;[I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.BytesRefHash$1 this
         0: .line 168
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.util.BytesRefHash$1.this$0:Lorg/apache/lucene/util/BytesRefHash;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.util.BytesRefHash$1.val$compact:[I
            aload 0 /* this */
            invokespecial org.apache.lucene.util.StringMSBRadixSorter.<init>:()V
         1: .line 170
            aload 0 /* this */
            new org.apache.lucene.util.BytesRef
            dup
            invokespecial org.apache.lucene.util.BytesRef.<init>:()V
            putfield org.apache.lucene.util.BytesRefHash$1.scratch:Lorg/apache/lucene/util/BytesRef;
         2: .line 168
            return
        end local 0 // org.apache.lucene.util.BytesRefHash$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/util/BytesRefHash$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$compact  final

  protected void swap(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.apache.lucene.util.BytesRefHash$1 this
        start local 1 // int i
        start local 2 // int j
         0: .line 174
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash$1.val$compact:[I
            iload 1 /* i */
            iaload
            istore 3 /* tmp */
        start local 3 // int tmp
         1: .line 175
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash$1.val$compact:[I
            iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash$1.val$compact:[I
            iload 2 /* j */
            iaload
            iastore
         2: .line 176
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash$1.val$compact:[I
            iload 2 /* j */
            iload 3 /* tmp */
            iastore
         3: .line 177
            return
        end local 3 // int tmp
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.util.BytesRefHash$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/util/BytesRefHash$1;
            0    4     1     i  I
            0    4     2     j  I
            1    4     3   tmp  I
    MethodParameters:
      Name  Flags
      i     
      j     

  protected org.apache.lucene.util.BytesRef get(int);
    descriptor: (I)Lorg/apache/lucene/util/BytesRef;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.BytesRefHash$1 this
        start local 1 // int i
         0: .line 181
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash$1.this$0:Lorg/apache/lucene/util/BytesRefHash;
            getfield org.apache.lucene.util.BytesRefHash.pool:Lorg/apache/lucene/util/ByteBlockPool;
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash$1.scratch:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash$1.this$0:Lorg/apache/lucene/util/BytesRefHash;
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash$1.val$compact:[I
            iload 1 /* i */
            iaload
            iaload
            invokevirtual org.apache.lucene.util.ByteBlockPool.setBytesRef:(Lorg/apache/lucene/util/BytesRef;I)V
         1: .line 182
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash$1.scratch:Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 1 // int i
        end local 0 // org.apache.lucene.util.BytesRefHash$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/BytesRefHash$1;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     
}
SourceFile: "BytesRefHash.java"
EnclosingMethod: org.apache.lucene.util.BytesRefHash.sort:()[I
NestHost: org.apache.lucene.util.BytesRefHash
InnerClasses:
  org.apache.lucene.util.BytesRefHash$1