LargestComparator<T> extension
- on
-
- Comparator<
T>
- Comparator<
Methods
-
largest(
Iterable< T> iterable, int k) → List<T> -
Available on Comparator<
Returns a list of theT> , provided by the LargestComparator extensionk
largest elements of the given iterable according to this ordering, in order from largest to smallest.