public static class FValuePixel.ReverseValueComparator extends Object implements Comparator<FValuePixel>
Comparator
for comparing FValuePixel
s 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, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final FValuePixel.ReverseValueComparator INSTANCE
FValuePixel.ReverseValueComparator
public int compare(FValuePixel o1, FValuePixel o2)
compare
in interface Comparator<FValuePixel>