Package gov.nih.mipav.model.algorithms
Class CeresSolver2.indexIntegerdoubleArrayComparator
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver2.indexIntegerdoubleArrayComparator
-
- All Implemented Interfaces:
java.util.Comparator<CeresSolver2.indexIntegerdoubleArrayItem>
- Enclosing class:
- CeresSolver2
class CeresSolver2.indexIntegerdoubleArrayComparator extends java.lang.Object implements java.util.Comparator<CeresSolver2.indexIntegerdoubleArrayItem>
-
-
Constructor Summary
Constructors Constructor Description indexIntegerdoubleArrayComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(CeresSolver2.indexIntegerdoubleArrayItem o1, CeresSolver2.indexIntegerdoubleArrayItem o2)
-
-
-
Method Detail
-
compare
public int compare(CeresSolver2.indexIntegerdoubleArrayItem o1, CeresSolver2.indexIntegerdoubleArrayItem o2)
- Specified by:
compare
in interfacejava.util.Comparator<CeresSolver2.indexIntegerdoubleArrayItem>
-
-