HashMap和ConcurrentHashMap學習筆記

HashMapweb HashMap的核心數據結構bootstrap 根據hash值計算索引數組 爲什麼初始擴容要是2的指數冪?加載因子爲何是0.75?安全 時間複雜度O(1) O(logn) 取模數據結構 index = hash%length多線程 hash%length = h & (length - 1) 位運算 與運算 二進制運算ssh loadFactor = 0.75?1 hash碰
相關文章
相關標籤/搜索