class org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair implements java.lang.Comparable<org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair
  super_class: java.lang.Object
{
  private final double value;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int position;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(double, int);
    descriptor: (DI)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair this
        start local 1 // double value
        start local 3 // int position
         0: .line 440
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 441
            aload 0 /* this */
            dload 1 /* value */
            putfield org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair.value:D
         2: .line 442
            aload 0 /* this */
            iload 3 /* position */
            putfield org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair.position:I
         3: .line 443
            return
        end local 3 // int position
        end local 1 // double value
        end local 0 // org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/commons/math3/stat/ranking/NaturalRanking$IntDoublePair;
            0    4     1     value  D
            0    4     3  position  I
    MethodParameters:
          Name  Flags
      value     
      position  

  public int compareTo(org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair);
    descriptor: (Lorg/apache/commons/math3/stat/ranking/NaturalRanking$IntDoublePair;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair this
        start local 1 // org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair other
         0: .line 453
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair.value:D
            aload 1 /* other */
            getfield org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair.value:D
            invokestatic java.lang.Double.compare:(DD)I
            ireturn
        end local 1 // org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair other
        end local 0 // org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/commons/math3/stat/ranking/NaturalRanking$IntDoublePair;
            0    1     1  other  Lorg/apache/commons/math3/stat/ranking/NaturalRanking$IntDoublePair;
    MethodParameters:
       Name  Flags
      other  

  public double getValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair this
         0: .line 463
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair.value:D
            dreturn
        end local 0 // org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/ranking/NaturalRanking$IntDoublePair;

  public int getPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair this
         0: .line 471
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair.position:I
            ireturn
        end local 0 // org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/ranking/NaturalRanking$IntDoublePair;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair
            invokevirtual org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair.compareTo:(Lorg/apache/commons/math3/stat/ranking/NaturalRanking$IntDoublePair;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lorg/apache/commons/math3/stat/ranking/NaturalRanking$IntDoublePair;>;
SourceFile: "NaturalRanking.java"
NestHost: org.apache.commons.math3.stat.ranking.NaturalRanking
InnerClasses:
  private IntDoublePair = org.apache.commons.math3.stat.ranking.NaturalRanking$IntDoublePair of org.apache.commons.math3.stat.ranking.NaturalRanking