Skip to content

Commit

Permalink
Update Java集合框架常见面试题.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb committed Jan 9, 2021
1 parent f0daf4f commit cefd773
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/java/collection/Java集合框架常见面试题.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@

并且,以 `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 三者的区别?

Expand Down

0 comments on commit cefd773

Please sign in to comment.