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

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

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

  private final org.apache.lucene.util.BytesRefComparator val$bComp;
    descriptor: Lorg/apache/lucene/util/BytesRefComparator;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.util.FixedLengthBytesRefArray, int, int[], org.apache.lucene.util.BytesRefComparator);
    descriptor: (Lorg/apache/lucene/util/FixedLengthBytesRefArray;I[ILorg/apache/lucene/util/BytesRefComparator;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$1 this
        start local 2 // int $anonymous0
         0: .line 110
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$1.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$orderedEntries:[I
            aload 0 /* this */
            aload 4
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$bComp:Lorg/apache/lucene/util/BytesRefComparator;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            invokespecial org.apache.lucene.util.MSBRadixSorter.<init>:(I)V
         1: .line 115
            aload 0 /* this */
            new org.apache.lucene.util.BytesRef
            dup
            invokespecial org.apache.lucene.util.BytesRef.<init>:()V
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$1.scratch:Lorg/apache/lucene/util/BytesRef;
         2: .line 116
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.scratch:Lorg/apache/lucene/util/BytesRef;
            aload 1
            getfield org.apache.lucene.util.FixedLengthBytesRefArray.valueLength:I
            putfield org.apache.lucene.util.BytesRef.length:I
         3: .line 110
            return
        end local 2 // int $anonymous0
        end local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/apache/lucene/util/FixedLengthBytesRefArray$1;
            0    4     2  $anonymous0  I
    MethodParameters:
                    Name  Flags
      this$0              final
      $anonymous0         
      val$orderedEntries  final
      val$bComp           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.FixedLengthBytesRefArray$1 this
        start local 1 // int i
        start local 2 // int j
         0: .line 121
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$orderedEntries:[I
            iload 1 /* i */
            iaload
            istore 3 /* o */
        start local 3 // int o
         1: .line 122
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$orderedEntries:[I
            iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$orderedEntries:[I
            iload 2 /* j */
            iaload
            iastore
         2: .line 123
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$orderedEntries:[I
            iload 2 /* j */
            iload 3 /* o */
            iastore
         3: .line 124
            return
        end local 3 // int o
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/util/FixedLengthBytesRefArray$1;
            0    4     1     i  I
            0    4     2     j  I
            1    4     3     o  I
    MethodParameters:
      Name  Flags
      i     
      j     

  protected int byteAt(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$1 this
        start local 1 // int i
        start local 2 // int k
         0: .line 128
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$orderedEntries:[I
            iload 1 /* i */
            iaload
            istore 3 /* index1 */
        start local 3 // int index1
         1: .line 129
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.scratch:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            getfield org.apache.lucene.util.FixedLengthBytesRefArray.blocks:[[B
            iload 3 /* index1 */
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            getfield org.apache.lucene.util.FixedLengthBytesRefArray.valuesPerBlock:I
            idiv
            aaload
            putfield org.apache.lucene.util.BytesRef.bytes:[B
         2: .line 130
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.scratch:Lorg/apache/lucene/util/BytesRef;
            iload 3 /* index1 */
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            getfield org.apache.lucene.util.FixedLengthBytesRefArray.valuesPerBlock:I
            irem
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            getfield org.apache.lucene.util.FixedLengthBytesRefArray.valueLength:I
            imul
            putfield org.apache.lucene.util.BytesRef.offset:I
         3: .line 131
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.val$bComp:Lorg/apache/lucene/util/BytesRefComparator;
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$1.scratch:Lorg/apache/lucene/util/BytesRef;
            iload 2 /* k */
            invokevirtual org.apache.lucene.util.BytesRefComparator.byteAt:(Lorg/apache/lucene/util/BytesRef;I)I
            ireturn
        end local 3 // int index1
        end local 2 // int k
        end local 1 // int i
        end local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/util/FixedLengthBytesRefArray$1;
            0    4     1       i  I
            0    4     2       k  I
            1    4     3  index1  I
    MethodParameters:
      Name  Flags
      i     
      k     
}
SourceFile: "FixedLengthBytesRefArray.java"
EnclosingMethod: org.apache.lucene.util.FixedLengthBytesRefArray.sort:(Ljava/util/Comparator;)[I
NestHost: org.apache.lucene.util.FixedLengthBytesRefArray
InnerClasses:
  org.apache.lucene.util.FixedLengthBytesRefArray$1