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