fuzhengwei / fuzhengwei/CodeGuide
面经手册 · 第12篇《面试官,ThreadLocal 你要这么问,我就挂了!》里面 4.2 设置元素是否有误?
Open
- Dominant language
- Shell
- Stars
- 11.9k
- Forks
- 4.2k
- PR merge metrics
- No merged PRs in 30d
Description
文中:情况3,待插入的下标,不为空,key 不相同,拉链法寻址,但是ThreadLocal是不存在链表结构的吧?ThreadLocal是Entry数组,这里使用的应该是开放寻址,而不是拉链法寻址。
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.