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
equals
public static final FValuePixel.ValueComparator INSTANCE
FValuePixel.ValueComparator
public int compare(FValuePixel o1, FValuePixel o2)
compare
in interface Comparator<FValuePixel>