集合相關值描述

集合類 Key Value Super 說明
Hashtable 不允許爲 null 不允許爲 null Dictionary 線程安全
ConcurrentHashMap 不允許爲 null 不允許爲 null AbstractMap 分段鎖技術
TreeMap 不允許爲 null 允許爲 null AbstractMap 線程不安全
HashMap 允許爲 null 允許爲 null AbstractMap 線程不安全
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章