public static class FValuePixel.ValueComparator extends Object implements Comparator<FValuePixel>
Comparator for comparing FValuePixels based on
the natural order of their values.| Modifier and Type | Field and Description |
|---|---|
static FValuePixel.ValueComparator |
INSTANCE
The singleton instance of
FValuePixel.ValueComparator |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(FValuePixel o1,
FValuePixel o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final FValuePixel.ValueComparator INSTANCE
FValuePixel.ValueComparatorpublic int compare(FValuePixel o1, FValuePixel o2)
compare in interface Comparator<FValuePixel>