CompoundComparator<T> extension
- on
-
- Comparator<
T>
- Comparator<
Methods
-
thenCompare(
Comparator< T> comparator) → Comparator<T> -
Available on Comparator<
Returns a Comparator that breaks a tie of this comparator by delegating to anotherT> , provided by the CompoundComparator extensioncomparator
.