Skip to content

Commit 186af9e

Browse files
authored
Merge pull request Snailclimb#38 from qq1367212627/master
fix : 修复拼写错误
2 parents fa64796 + e70aa7d commit 186af9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Java相关/这几道Java集合框架面试题几乎必问.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Node: 链表节点):
224224

225225
首先将数据分为一段一段的存储,然后给每一段数据配一把锁,当一个线程占用锁访问其中一个段数据时,其他段的数据也能被其他线程访问。
226226

227-
**ConcurrentHashMap 是由 Segment 数组结构和 HahEntry 数组结构组成**
227+
**ConcurrentHashMap 是由 Segment 数组结构和 HashEntry 数组结构组成**
228228

229229
Segment 实现了 ReentrantLock,所以 Segment 是一种可重入锁,扮演锁的角色。HashEntry 用于存储键值对数据。
230230

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy