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