Package gov.nih.mipav.model.algorithms
Class Confmap.indexValueItem
java.lang.Object
gov.nih.mipav.model.algorithms.Confmap.indexValueItem
- Enclosing class:
Confmap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
private int index -
value
private int[] value
-
-
Constructor Details
-
indexValueItem
public indexValueItem(int index, int[] value)
-
-
Method Details
-
getIndex
public int getIndex() -
getValue
public int[] getValue()
-