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