sortMapByValue

fun <K, V : Comparable<V>> sortMapByValue(map: Map<K, V>): Map<K, V>