該集合存儲鍵值對,而且要保證鍵的唯一性. 增加. put(K key, V value); putAll(Map<? extneds K, ?extends V> m). 刪除. clear(); remove(Object key).
確定! 回上一頁