MapMinWith<K, V> extension
- on
-
- Map<
K, V>
- Map<
Methods
-
minWith(
Comparator< MapEntry< comparator) → MapEntry<K, V> >K, V> ? -
Returns the first entry having the smallest value according to the provided
comparator
ornull
if there are no entries.