JavaEE | 集合之HashMap與ConcurrentHashMap(看完多線程後補充)

HashMap 1 HashMap 1.1 JDK 1.7:數組(table)+鏈表(Entry) 1.2 JDK1.8:數組(table)+鏈表(Node)+紅黑樹 2 ConcurrentHashMap(看完多線程後補充) 1 HashMap 1.1 JDK 1.7:數組(table)+鏈表(Entry) HashMap中的核心成員: 初始化桶的大小:默認2^4=16; 桶最大值:2^30 負
相關文章
相關標籤/搜索