Package gov.nih.mipav.model.algorithms
Class indexValue
java.lang.Object
gov.nih.mipav.model.algorithms.indexValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
private int index -
value
private double value
-
-
Constructor Details
-
indexValue
public indexValue(int index, double value)
-
-
Method Details
-
getIndex
public int getIndex() -
getValue
public double getValue()
-