1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-25 02:27:10 +08:00

Merge pull request #1171 from zchazc/patch-1

Update Java集合框架常见面试题.md
This commit is contained in:
Guide哥 2021-04-20 17:57:23 +08:00 committed by GitHub
commit 639a9a74d1
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 的区别
@ -620,4 +620,4 @@ synchronizedSet(Set<T> s) //返回指定 set 支持的同步(线程安全的
**《Java面试突击》:** Java 程序员面试必备的《Java面试突击》V3.0 PDF 版本扫码关注下面的公众号,在后台回复 **"面试突击"** 即可免费领取!
![我的公众号](https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-11/format,png.jpeg)
![我的公众号](https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-11/format,png.jpeg)