MapMaxWith<K, V> extension
- on
-
- Map<
K, V>
- Map<
Methods
-
maxWith(
Comparator< MapEntry< comparator) → MapEntry<K, V> >K, V> ? -
Available on Map<
Returns the first entry having the largest value according to the providedK, V> , provided by the MapMaxWith extensioncomparator
ornull
if there are no entries.