final class org.apache.lucene.util.ArrayTimSorter<T> extends org.apache.lucene.util.TimSorter
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.util.ArrayTimSorter
  super_class: org.apache.lucene.util.TimSorter
{
  private final java.util.Comparator<? super T> comparator;
    descriptor: Ljava/util/Comparator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Comparator<-TT;>;

  private final T[] arr;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: [TT;

  private final T[] tmp;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: [TT;

  public void <init>(T[], java.util.Comparator<? super T>, );
    descriptor: ([Ljava/lang/Object;Ljava/util/Comparator;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // org.apache.lucene.util.ArrayTimSorter this
        start local 1 // java.lang.Object[] arr
        start local 2 // java.util.Comparator comparator
        start local 3 // int maxTempSlots
         0: .line 34
            aload 0 /* this */
            iload 3 /* maxTempSlots */
            invokespecial org.apache.lucene.util.TimSorter.<init>:(I)V
         1: .line 35
            aload 0 /* this */
            aload 1 /* arr */
            putfield org.apache.lucene.util.ArrayTimSorter.arr:[Ljava/lang/Object;
         2: .line 36
            aload 0 /* this */
            aload 2 /* comparator */
            putfield org.apache.lucene.util.ArrayTimSorter.comparator:Ljava/util/Comparator;
         3: .line 37
            iload 3 /* maxTempSlots */
            ifle 7
         4: .line 39
            iload 3 /* maxTempSlots */
            anewarray java.lang.Object
            astore 4 /* tmp */
        start local 4 // java.lang.Object[] tmp
         5: .line 40
            aload 0 /* this */
            aload 4 /* tmp */
            putfield org.apache.lucene.util.ArrayTimSorter.tmp:[Ljava/lang/Object;
        end local 4 // java.lang.Object[] tmp
         6: .line 41
            goto 8
         7: .line 42
      StackMap locals: org.apache.lucene.util.ArrayTimSorter java.lang.Object[] java.util.Comparator int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.util.ArrayTimSorter.tmp:[Ljava/lang/Object;
         8: .line 44
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int maxTempSlots
        end local 2 // java.util.Comparator comparator
        end local 1 // java.lang.Object[] arr
        end local 0 // org.apache.lucene.util.ArrayTimSorter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/lucene/util/ArrayTimSorter<TT;>;
            0    9     1           arr  [Ljava/lang/Object;
            0    9     2    comparator  Ljava/util/Comparator<-TT;>;
            0    9     3  maxTempSlots  I
            5    6     4           tmp  [Ljava/lang/Object;
    Signature: ([TT;Ljava/util/Comparator<-TT;>;I)V
    MethodParameters:
              Name  Flags
      arr           
      comparator    
      maxTempSlots  

  protected int compare(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.ArrayTimSorter this
        start local 1 // int i
        start local 2 // int j
         0: .line 48
            aload 0 /* this */
            getfield org.apache.lucene.util.ArrayTimSorter.comparator:Ljava/util/Comparator;
            aload 0 /* this */
            getfield org.apache.lucene.util.ArrayTimSorter.arr:[Ljava/lang/Object;
            iload 1 /* i */
            aaload
            aload 0 /* this */
            getfield org.apache.lucene.util.ArrayTimSorter.arr:[Ljava/lang/Object;
            iload 2 /* j */
            aaload
            invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
            ireturn
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.util.ArrayTimSorter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/ArrayTimSorter<TT;>;
            0    1     1     i  I
            0    1     2     j  I
    MethodParameters:
      Name  Flags
      i     
      j     

  protected void swap(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.ArrayTimSorter this
        start local 1 // int i
        start local 2 // int j
         0: .line 53
            aload 0 /* this */
            getfield org.apache.lucene.util.ArrayTimSorter.arr:[Ljava/lang/Object;
            iload 1 /* i */
            iload 2 /* j */
            invokestatic org.apache.lucene.util.ArrayUtil.swap:([Ljava/lang/Object;II)V
         1: .line 54
            return
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.util.ArrayTimSorter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/ArrayTimSorter<TT;>;
            0    2     1     i  I
            0    2     2     j  I
    MethodParameters:
      Name  Flags
      i     
      j     

  protected void copy(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.ArrayTimSorter this
        start local 1 // int src
        start local 2 // int dest
         0: .line 58
            aload 0 /* this */
            getfield org.apache.lucene.util.ArrayTimSorter.arr:[Ljava/lang/Object;
            iload 2 /* dest */
            aload 0 /* this */
            getfield org.apache.lucene.util.ArrayTimSorter.arr:[Ljava/lang/Object;
            iload 1 /* src */
            aaload
            aastore
         1: .line 59
            return
        end local 2 // int dest
        end local 1 // int src
        end local 0 // org.apache.lucene.util.ArrayTimSorter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/ArrayTimSorter<TT;>;
            0    2     1   src  I
            0    2     2  dest  I
    MethodParameters:
      Name  Flags
      src   
      dest  

  protected void save(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.ArrayTimSorter this
        start local 1 // int start
        start local 2 // int len
         0: .line 63
            aload 0 /* this */
            getfield org.apache.lucene.util.ArrayTimSorter.arr:[Ljava/lang/Object;
            iload 1 /* start */
            aload 0 /* this */
            getfield org.apache.lucene.util.ArrayTimSorter.tmp:[Ljava/lang/Object;
            iconst_0
            iload 2 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 64
            return
        end local 2 // int len
        end local 1 // int start
        end local 0 // org.apache.lucene.util.ArrayTimSorter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/util/ArrayTimSorter<TT;>;
            0    2     1  start  I
            0    2     2    len  I
    MethodParameters:
       Name  Flags
      start  
      len    

  protected void restore(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.ArrayTimSorter this
        start local 1 // int src
        start local 2 // int dest
         0: .line 68
            aload 0 /* this */
            getfield org.apache.lucene.util.ArrayTimSorter.arr:[Ljava/lang/Object;
            iload 2 /* dest */
            aload 0 /* this */
            getfield org.apache.lucene.util.ArrayTimSorter.tmp:[Ljava/lang/Object;
            iload 1 /* src */
            aaload
            aastore
         1: .line 69
            return
        end local 2 // int dest
        end local 1 // int src
        end local 0 // org.apache.lucene.util.ArrayTimSorter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/ArrayTimSorter<TT;>;
            0    2     1   src  I
            0    2     2  dest  I
    MethodParameters:
      Name  Flags
      src   
      dest  

  protected int compareSaved(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.ArrayTimSorter this
        start local 1 // int i
        start local 2 // int j
         0: .line 73
            aload 0 /* this */
            getfield org.apache.lucene.util.ArrayTimSorter.comparator:Ljava/util/Comparator;
            aload 0 /* this */
            getfield org.apache.lucene.util.ArrayTimSorter.tmp:[Ljava/lang/Object;
            iload 1 /* i */
            aaload
            aload 0 /* this */
            getfield org.apache.lucene.util.ArrayTimSorter.arr:[Ljava/lang/Object;
            iload 2 /* j */
            aaload
            invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
            ireturn
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.util.ArrayTimSorter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/ArrayTimSorter<TT;>;
            0    1     1     i  I
            0    1     2     j  I
    MethodParameters:
      Name  Flags
      i     
      j     
}
Signature: <T:Ljava/lang/Object;>Lorg/apache/lucene/util/TimSorter;
SourceFile: "ArrayTimSorter.java"