protected class mxMedianHybridCrossingReduction.MedianCellSorter
extends java.lang.Object
implements java.lang.Comparable<java.lang.Object>
| Modifier and Type | Field and Description |
|---|---|
double |
medianValue
The median value of the cell stored
|
| Modifier | Constructor and Description |
|---|---|
protected |
MedianCellSorter() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object arg0)
comparator on the medianValue
|