... MutableMap introduces basic modification methods as well support of + and – operators: val map = sortedMapOf(1 to “I”, 5 to “V”) map.put(100, “C”) map[500] ...
確定! 回上一頁