public static class FValuePixel.ReverseValueComparator extends Object implements Comparator<FValuePixel>
Comparator for comparing FValuePixels based on
the reversed natural order of their values.| Modifier and Type | Field and Description |
|---|---|
static FValuePixel.ReverseValueComparator |
INSTANCE
The singleton instance of
FValuePixel.ReverseValueComparator |
| 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.ReverseValueComparator INSTANCE
FValuePixel.ReverseValueComparatorpublic int compare(FValuePixel o1, FValuePixel o2)
compare in interface Comparator<FValuePixel>