Java面試題 第四部分 數據結構

Collection集合類 HashMap hashmap的底層結構 數組+List(JDK1.7以及之前) 數組+List(或者紅黑樹JDK1.8) hashmap的put和get操作 (Array then List) hash到Array的某個節點上; 遍歷節點的list; 判斷是否相等,調用equals方法判斷相等 判斷是否需要進行擴容; 放入對象 hashmap成環的原因(JDK1.7以
相關文章
相關標籤/搜索