- java.lang.Object
-
- org.apache.commons.math3.util.MathArrays.PairDoubleInteger
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
private double |
key
Key
|
private int |
value
Value
|
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
double |
getKey() |
int |
getValue() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
key
private final double key
Key
-
value
private final int value
Value
-
Method Detail
-
getKey
public double getKey()
- Returns:
- the key.
-
getValue
public int getValue()
- Returns:
- the value.
Copyright (c) 2003-2017 Apache Software Foundation