HashTable HashMap TreeMap 本質區別與使用區別 我的解析

HashTable HashMap TreeMap 本質區別數組 1.      hashTable 線程安全  不容許有null的鍵和值  效率低  方法是Synchronized的安全         HashTable 數組默認大小是11  增長方式爲 old*2+1線程         HashTable 使用Enumeration(枚舉)方式實現code 2.      HashMap 
相關文章
相關標籤/搜索