Skip to content

Commit da6f73b

Browse files
authored
Merge pull request crossoverJie#27 from TGhoul/master
line7 勘误
2 parents aef66b4 + 58ecde3 commit da6f73b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MD/HashMap.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
![](https://ws2.sinaimg.cn/large/006tNc79gy1fn84b0ftj4j30eb0560sv.jpg)
66

7-
如图所示,HashMap 底层是基于数据和链表实现的。其中有两个重要的参数:
7+
如图所示,HashMap 底层是基于数组和链表实现的。其中有两个重要的参数:
88

99
- 容量
1010
- 负载因子
@@ -41,4 +41,4 @@ get 和 put 类似,也是将传入的 Key 计算出 index ,如果该位置
4141

4242
大大提高了查询效率。
4343

44-
多线程场景下推荐使用 [ConcurrentHashMap](https://github.com/crossoverJie/Java-Interview/blob/master/MD/ConcurrentHashMap.md)
44+
多线程场景下推荐使用 [ConcurrentHashMap](https://github.com/crossoverJie/Java-Interview/blob/master/MD/ConcurrentHashMap.md)

0 commit comments

Comments
 (0)