class 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$PairDoubleInteger
  super_class: java.lang.Object
{
  private final double key;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int value;
    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.util.MathArrays$PairDoubleInteger this
        start local 1 // double key
        start local 3 // int value
         0: .line 767
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 768
            aload 0 /* this */
            dload 1 /* key */
            putfield org.apache.commons.math3.util.MathArrays$PairDoubleInteger.key:D
         2: .line 769
            aload 0 /* this */
            iload 3 /* value */
            putfield org.apache.commons.math3.util.MathArrays$PairDoubleInteger.value:I
         3: .line 770
            return
        end local 3 // int value
        end local 1 // double key
        end local 0 // org.apache.commons.math3.util.MathArrays$PairDoubleInteger this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/commons/math3/util/MathArrays$PairDoubleInteger;
            0    4     1    key  D
            0    4     3  value  I
    MethodParameters:
       Name  Flags
      key    
      value  

  public double getKey();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.util.MathArrays$PairDoubleInteger this
         0: .line 774
            aload 0 /* this */
            getfield org.apache.commons.math3.util.MathArrays$PairDoubleInteger.key:D
            dreturn
        end local 0 // org.apache.commons.math3.util.MathArrays$PairDoubleInteger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/util/MathArrays$PairDoubleInteger;

  public int getValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.util.MathArrays$PairDoubleInteger this
         0: .line 779
            aload 0 /* this */
            getfield org.apache.commons.math3.util.MathArrays$PairDoubleInteger.value:I
            ireturn
        end local 0 // org.apache.commons.math3.util.MathArrays$PairDoubleInteger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/util/MathArrays$PairDoubleInteger;
}
SourceFile: "MathArrays.java"
NestHost: org.apache.commons.math3.util.MathArrays
InnerClasses:
  private PairDoubleInteger = org.apache.commons.math3.util.MathArrays$PairDoubleInteger of org.apache.commons.math3.util.MathArrays