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