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