Kotlin HashMap 類使用 Hash 表實現 MutableMap 接口。 它以鍵和值對的形式存儲數據。 它表示爲 HashMap <key,value> 或 HashMap <K,V> 。
確定! 回上一頁