class org.apache.lucene.util.FixedLengthBytesRefArray$2 extends org.apache.lucene.util.IntroSorter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.util.FixedLengthBytesRefArray$2
  super_class: org.apache.lucene.util.IntroSorter
{
  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.BytesRef val$scratch1;
    descriptor: Lorg/apache/lucene/util/BytesRef;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  private final java.util.Comparator val$comp;
    descriptor: Ljava/util/Comparator;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  void <init>(org.apache.lucene.util.FixedLengthBytesRefArray, int[], org.apache.lucene.util.BytesRef, org.apache.lucene.util.BytesRef, java.util.Comparator, org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/FixedLengthBytesRefArray;[ILorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/util/BytesRef;Ljava/util/Comparator;Lorg/apache/lucene/util/BytesRef;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$2 this
         0: .line 144
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$2.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$orderedEntries:[I
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$scratch1:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            aload 4
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$scratch2:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            aload 5
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$comp:Ljava/util/Comparator;
            aload 0 /* this */
            aload 6
            putfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$pivot:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            invokespecial org.apache.lucene.util.IntroSorter.<init>:()V
            return
        end local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/FixedLengthBytesRefArray$2;
    MethodParameters:
                    Name  Flags
      this$0              final
      val$orderedEntries  final
      val$scratch1        final
      val$scratch2        final
      val$comp            final
      val$pivot           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$2 this
        start local 1 // int i
        start local 2 // int j
         0: .line 148
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$orderedEntries:[I
            iload 1 /* i */
            iaload
            istore 3 /* o */
        start local 3 // int o
         1: .line 149
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$orderedEntries:[I
            iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$orderedEntries:[I
            iload 2 /* j */
            iaload
            iastore
         2: .line 150
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$orderedEntries:[I
            iload 2 /* j */
            iload 3 /* o */
            iastore
         3: .line 151
            return
        end local 3 // int o
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/util/FixedLengthBytesRefArray$2;
            0    4     1     i  I
            0    4     2     j  I
            1    4     3     o  I
    MethodParameters:
      Name  Flags
      i     
      j     

  protected int compare(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$2 this
        start local 1 // int i
        start local 2 // int j
         0: .line 155
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$orderedEntries:[I
            iload 1 /* i */
            iaload
            istore 3 /* index1 */
        start local 3 // int index1
         1: .line 156
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$scratch1:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.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$2.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 157
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$scratch1:Lorg/apache/lucene/util/BytesRef;
            iload 3 /* index1 */
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.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$2.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 159
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$orderedEntries:[I
            iload 2 /* j */
            iaload
            istore 4 /* index2 */
        start local 4 // int index2
         4: .line 160
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$scratch2:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            getfield org.apache.lucene.util.FixedLengthBytesRefArray.blocks:[[B
            iload 4 /* index2 */
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.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
         5: .line 161
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$scratch2:Lorg/apache/lucene/util/BytesRef;
            iload 4 /* index2 */
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.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$2.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            getfield org.apache.lucene.util.FixedLengthBytesRefArray.valueLength:I
            imul
            putfield org.apache.lucene.util.BytesRef.offset:I
         6: .line 163
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$comp:Ljava/util/Comparator;
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$scratch1:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$scratch2:Lorg/apache/lucene/util/BytesRef;
            invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
            ireturn
        end local 4 // int index2
        end local 3 // int index1
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/lucene/util/FixedLengthBytesRefArray$2;
            0    7     1       i  I
            0    7     2       j  I
            1    7     3  index1  I
            4    7     4  index2  I
    MethodParameters:
      Name  Flags
      i     
      j     

  protected void setPivot(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$2 this
        start local 1 // int i
         0: .line 168
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$orderedEntries:[I
            iload 1 /* i */
            iaload
            istore 2 /* index */
        start local 2 // int index
         1: .line 169
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$pivot:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            getfield org.apache.lucene.util.FixedLengthBytesRefArray.blocks:[[B
            iload 2 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.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 170
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$pivot:Lorg/apache/lucene/util/BytesRef;
            iload 2 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.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$2.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 171
            return
        end local 2 // int index
        end local 1 // int i
        end local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/lucene/util/FixedLengthBytesRefArray$2;
            0    4     1      i  I
            1    4     2  index  I
    MethodParameters:
      Name  Flags
      i     

  protected int comparePivot(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$2 this
        start local 1 // int j
         0: .line 175
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$orderedEntries:[I
            iload 1 /* j */
            iaload
            istore 2 /* index */
        start local 2 // int index
         1: .line 176
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$scratch2:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.this$0:Lorg/apache/lucene/util/FixedLengthBytesRefArray;
            getfield org.apache.lucene.util.FixedLengthBytesRefArray.blocks:[[B
            iload 2 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.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 177
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$scratch2:Lorg/apache/lucene/util/BytesRef;
            iload 2 /* index */
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.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$2.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 178
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$comp:Ljava/util/Comparator;
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$pivot:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.util.FixedLengthBytesRefArray$2.val$scratch2:Lorg/apache/lucene/util/BytesRef;
            invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
            ireturn
        end local 2 // int index
        end local 1 // int j
        end local 0 // org.apache.lucene.util.FixedLengthBytesRefArray$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/lucene/util/FixedLengthBytesRefArray$2;
            0    4     1      j  I
            1    4     2  index  I
    MethodParameters:
      Name  Flags
      j     
}
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$2