hashtable、hashmap、ConcurrentHashMap、treemap的區別

轉自:http://blog.csdn.net/xin_jmail/article/details/24431835 自己對hashtable、hashmap、treemap的理解,不知道是否有不對的地方。 HashTable:  (1)是一個包含單向鏈的二維數組,table數組中是Entry<K,V>存儲,entry對象;  (2)放入的value不能爲空;  (3)線程安全的,所有方法均用sy
相關文章
相關標籤/搜索