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