fun <K, V> MutableMap<in K, in V>.putAll( pairs: Array<out Pair<K, V>>)
Puts all the given pairs into this MutableMap with the first component in the pair being the key and the second the value.
fun <K, V>登录查看完整内容
联系方式: