Skip to content

Commit 639a9a7

Browse files
authored
Merge pull request Snailclimb#1171 from zchazc/patch-1
Update Java集合框架常见面试题.md
2 parents 65cae48 + e9930c5 commit 639a9a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/java/collection/Java集合框架常见面试题.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ static int hash(int h) {
516516

517517
### 1.4.8. HashMap 有哪几种常见的遍历方式?
518518

519-
[HashMap 的 7 种遍历方式与性能分析!](https://mp.weixin.qq.com/s/Zz6mofCtmYpABDL1ap04ow)
519+
[HashMap 的 7 种遍历方式与性能分析!](https://mp.weixin.qq.com/s/zQBN3UvJDhRTKP6SzcZFKw)
520520

521521
### 1.4.9. ConcurrentHashMap 和 Hashtable 的区别
522522

@@ -620,4 +620,4 @@ synchronizedSet(Set<T> s) //返回指定 set 支持的同步(线程安全的
620620

621621
**《Java面试突击》:** Java 程序员面试必备的《Java面试突击》V3.0 PDF 版本扫码关注下面的公众号,在后台回复 **"面试突击"** 即可免费领取!
622622

623-
![我的公众号](https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-11/format,png.jpeg)
623+
![我的公众号](https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-11/format,png.jpeg)

0 commit comments

Comments
 (0)