1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-08-05 20:31:37 +08:00

Update Java集合框架常见面试题.md

引用文章作者有新的补充修订版。
This commit is contained in:
ZhangC 2021-04-19 21:16:13 +08:00 committed by GitHub
parent f22ae20af4
commit e9930c594b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -516,7 +516,7 @@ static int hash(int h) {
### 1.4.8. HashMap 有哪几种常见的遍历方式?
[HashMap 的 7 种遍历方式与性能分析!](https://mp.weixin.qq.com/s/Zz6mofCtmYpABDL1ap04ow)
[HashMap 的 7 种遍历方式与性能分析!](https://mp.weixin.qq.com/s/zQBN3UvJDhRTKP6SzcZFKw)
### 1.4.9. ConcurrentHashMap 和 Hashtable 的区别