max With
inline fun <K, V> Map<out K, V>.maxWith(comparator: Comparator<in Map.Entry<K, V>>): Map.Entry<K, V>?(source)
Deprecated
Warning since 1.4
Error since 1.5
Use maxWithOrNull instead.
Replace with
this.maxWithOrNull(comparator)
Content copied to clipboard