java中Map集合獲取功能

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

相關文章
相關標籤/搜索