Skip to content

Commit 5971fef

Browse files
committed
Update ConcurrentHashMap.md
1 parent 02442de commit 5971fef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/java/collection/ConcurrentHashMap.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
> 本文来自公众号:末读代码的投稿,原文地址:https://mp.weixin.qq.com/s/AHWzboztt53ZfFZmsSnMSw
2+
13
上一篇文章介绍了 HashMap 源码,反响不错,也有很多同学发表了自己的观点,这次又来了,这次是 `ConcurrentHashMap ` 了,作为线程安全的HashMap ,它的使用频率也是很高。那么它的存储结构和实现原理是怎么样的呢?
4+
25
## 1. ConcurrentHashMap 1.7
36

47
### 1. 存储结构

0 commit comments

Comments
 (0)