Skip to content

Commit 9b33675

Browse files
committed
Java Collection Framework:overview
1 parent dea4809 commit 9b33675

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1+
# 图解 Java Collection Framework
2+
3+
一直想全面的学习一下 Java 的集合框架,现在总算是着手开始做了。
4+
5+
本文介绍的集合框架实现类涵盖了 `java.util``java.util.concurrent` 两个包。可能会有遗漏,后期会再进行补充。
6+
7+
目前的计划是将每个实现类的特点使用 `note` 的方式直接标注到图上。
8+
9+
注:
10+
- 绘制图形使用的工具是 [PlantUML](http://plantuml.com/) + [Visual Studio Code](https://code.visualstudio.com/) + [PlantUML Extension](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml)
11+
- 图形 `PlantUML` 源文件:[java-collection-framework.pu](../res/java-collection-framework.pu)
12+
13+
14+
---
15+
116
![](../res/java-collection-framework.png)
17+
18+
## 参考
19+
20+
1. [Collections Framework Overview](https://docs.oracle.com/javase/8/docs/technotes/guides/collections/overview.html)
21+
1. [Java™ Platform, Standard Edition 8
22+
API Specification](https://docs.oracle.com/javase/8/docs/api/)
23+
1. [Source code](#)

0 commit comments

Comments
 (0)