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