class org.apache.commons.math3.util.MathArrays$2 implements java.util.Comparator<org.apache.commons.math3.util.MathArrays$PairDoubleInteger>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.util.MathArrays$2
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.util.MathArrays$2 this
         0: .line 861
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.math3.util.MathArrays$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/util/MathArrays$2;

  public int compare(org.apache.commons.math3.util.MathArrays$PairDoubleInteger, org.apache.commons.math3.util.MathArrays$PairDoubleInteger);
    descriptor: (Lorg/apache/commons/math3/util/MathArrays$PairDoubleInteger;Lorg/apache/commons/math3/util/MathArrays$PairDoubleInteger;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.util.MathArrays$2 this
        start local 1 // org.apache.commons.math3.util.MathArrays$PairDoubleInteger o1
        start local 2 // org.apache.commons.math3.util.MathArrays$PairDoubleInteger o2
         0: .line 865
            aload 2 /* o2 */
            invokevirtual org.apache.commons.math3.util.MathArrays$PairDoubleInteger.getKey:()D
            aload 1 /* o1 */
            invokevirtual org.apache.commons.math3.util.MathArrays$PairDoubleInteger.getKey:()D
            invokestatic java.lang.Double.compare:(DD)I
            ireturn
        end local 2 // org.apache.commons.math3.util.MathArrays$PairDoubleInteger o2
        end local 1 // org.apache.commons.math3.util.MathArrays$PairDoubleInteger o1
        end local 0 // org.apache.commons.math3.util.MathArrays$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/util/MathArrays$2;
            0    1     1    o1  Lorg/apache/commons/math3/util/MathArrays$PairDoubleInteger;
            0    1     2    o2  Lorg/apache/commons/math3/util/MathArrays$PairDoubleInteger;
    MethodParameters:
      Name  Flags
      o1    
      o2    

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.commons.math3.util.MathArrays$PairDoubleInteger
            aload 2
            checkcast org.apache.commons.math3.util.MathArrays$PairDoubleInteger
            invokevirtual org.apache.commons.math3.util.MathArrays$2.compare:(Lorg/apache/commons/math3/util/MathArrays$PairDoubleInteger;Lorg/apache/commons/math3/util/MathArrays$PairDoubleInteger;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/apache/commons/math3/util/MathArrays$PairDoubleInteger;>;
SourceFile: "MathArrays.java"
EnclosingMethod: org.apache.commons.math3.util.MathArrays.sortInPlace:([DLorg/apache/commons/math3/util/MathArrays$OrderDirection;[[D)V
NestHost: org.apache.commons.math3.util.MathArrays
InnerClasses:
  org.apache.commons.math3.util.MathArrays$2
  public final OrderDirection = org.apache.commons.math3.util.MathArrays$OrderDirection of org.apache.commons.math3.util.MathArrays
  private PairDoubleInteger = org.apache.commons.math3.util.MathArrays$PairDoubleInteger of org.apache.commons.math3.util.MathArrays