<K, V> getKey(hashMap: Map<K, V>, target: V): K { · return hashMap.filter { target == it.value }.keys.first() · main() { · val map: MutableMap<String?, Int?> = ...
確定! 回上一頁