Package gov.nih.mipav.model.algorithms
Class CeresSolver2.indexIntegerdoubleArrayComparator
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver2.indexIntegerdoubleArrayComparator
- All Implemented Interfaces:
Comparator<CeresSolver2.indexIntegerdoubleArrayItem>
- Enclosing class:
CeresSolver2
class CeresSolver2.indexIntegerdoubleArrayComparator
extends Object
implements Comparator<CeresSolver2.indexIntegerdoubleArrayItem>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
indexIntegerdoubleArrayComparator
indexIntegerdoubleArrayComparator()
-
-
Method Details
-
compare
public int compare(CeresSolver2.indexIntegerdoubleArrayItem o1, CeresSolver2.indexIntegerdoubleArrayItem o2) - Specified by:
comparein interfaceComparator<CeresSolver2.indexIntegerdoubleArrayItem>
-