Package gov.nih.mipav.model.algorithms
Class CeresSolver.indexValueItem<Vertex>
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.indexValueItem<Vertex>
-
- Enclosing class:
- CeresSolver
class CeresSolver.indexValueItem<Vertex> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description indexValueItem(int index, Vertex value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
Vertex
getValue()
-