inline fun <K, V, R> Map<out K, V>.mapKeys( transform: (Entry<K, V>) -> R ): Map<R, V>
Returns a new Map with entries having the keys obtained by applying the transform function to each entry in this Map and the
联系方式: