MapMinWith<K, V> extension

on

Methods

minWith(Comparator<MapEntry<K, V>> comparator) MapEntry<K, V>?
Returns the first entry having the smallest value according to the provided comparator or null if there are no entries.