public interface LiteralComparator
extends java.util.Comparator
| Modifier and Type | Method and Description |
|---|---|
int |
compare(boolean x1,
boolean x2) |
int |
compare(byte x1,
byte x2) |
int |
compare(double x1,
double x2) |
int |
compare(float x1,
float x2) |
int |
compare(int x1,
int x2) |
int |
compare(long x1,
long x2) |
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong