T - type parameter of the argument@FunctionalInterface public interface ThrowingComparator<T> extends Comparator<T>
Comparator| Modifier and Type | Method and Description |
|---|---|
default int |
compare(T o1,
T o2) |
int |
doCompare(T o1,
T o2) |
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong