一、V get(Objectkey) 根據鍵獲取值二、Set<K> KeySet() 獲取全部鍵的集合三、Collection<V> values 獲取全部值得集合四、Set<Map.Entry<K, V>> entrySet() 獲取全部鍵值對的集合markdown