Package org.apache.commons.math3.util
Class MathArrays.PairDoubleInteger
- java.lang.Object
-
- org.apache.commons.math3.util.MathArrays.PairDoubleInteger
-
- Enclosing class:
- MathArrays
private static class MathArrays.PairDoubleInteger extends java.lang.Object
A helper data structure holding a double and an integer value.
-
-
Constructor Summary
Constructors Constructor Description PairDoubleInteger(double key, int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getKey()
int
getValue()
-