We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02442de commit 5971fefCopy full SHA for 5971fef
docs/java/collection/ConcurrentHashMap.md
@@ -1,4 +1,7 @@
1
+> 本文来自公众号:末读代码的投稿,原文地址:https://mp.weixin.qq.com/s/AHWzboztt53ZfFZmsSnMSw 。
2
+
3
上一篇文章介绍了 HashMap 源码,反响不错,也有很多同学发表了自己的观点,这次又来了,这次是 `ConcurrentHashMap ` 了,作为线程安全的HashMap ,它的使用频率也是很高。那么它的存储结构和实现原理是怎么样的呢?
4
5
## 1. ConcurrentHashMap 1.7
6
7
### 1. 存储结构
0 commit comments