1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

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

This commit is contained in:
guide 2021-01-09 19:54:11 +08:00
parent f0daf4f3b8
commit cefd773915

View File

@ -55,7 +55,9 @@
并且,以 `Map` 结尾的类都实现了 `Map` 接口。 并且,以 `Map` 结尾的类都实现了 `Map` 接口。
![](./images/Java-Collections.jpeg) ![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/source-code/dubbo/java-collection-hierarchy.png)
<p style="text-align:center;font-size:13px;color:gray">https://www.javatpoint.com/collections-in-java</p>
### 1.1.2. 说说 List,Set,Map 三者的区别? ### 1.1.2. 说说 List,Set,Map 三者的区别?