Skip to content

Commit 14ed896

Browse files
committed
feat: add java collection demo
1 parent 0edacda commit 14ed896

2 files changed

Lines changed: 140 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
- [Java Scanner](https://www.wdbyte.com/java/scanner/)
5151
- [Java 日期时间 Date](https://www.wdbyte.com/java/date/)
5252
- [Java 异常处理](https://www.wdbyte.com/java/exception/)
53+
- [Java 枚举](https://www.wdbyte.com/java/enum/)
54+
- [Java 集合框架](https://www.wdbyte.com/java/collection/)
5355

5456
## 🌿 SpringBoot 2.x 教程
5557

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Diagram>
3+
<ID>JAVA</ID>
4+
<OriginalElement>java.util.ArrayList</OriginalElement>
5+
<nodes>
6+
<node x="838.5" y="133.0">java.util.HashSet</node>
7+
<node x="619.0" y="216.0">com.sun.jmx.remote.internal.ArrayQueue</node>
8+
<node x="466.0" y="216.0">java.util.Vector</node>
9+
<node x="756.7926829268293" y="48.0">java.util.Set</node>
10+
<node x="656.2926829268293" y="133.0">java.util.TreeSet</node>
11+
<node x="-167.0" y="216.0">java.util.concurrent.ArrayBlockingQueue</node>
12+
<node x="476.8719512195123" y="48.0">java.util.List</node>
13+
<node x="14.778897849462368" y="-32.0">java.util.TreeMap</node>
14+
<node x="189.1394489247312" y="-32.0">java.util.concurrent.ConcurrentHashMap</node>
15+
<node x="813.0" y="216.0">java.util.LinkedHashSet</node>
16+
<node x="470.0" y="294.0">java.util.Stack</node>
17+
<node x="91.00000000000006" y="216.0">java.util.concurrent.DelayQueue</node>
18+
<node x="32.77889784946237" y="-110.0">java.util.Map</node>
19+
<node x="286.00000000000006" y="216.0">java.util.LinkedList</node>
20+
<node x="454.0" y="-120.0">java.lang.Iterable</node>
21+
<node x="435.8719512195123" y="128.0">java.util.AbstractList</node>
22+
<node x="453.5" y="-32.0">java.util.Collection</node>
23+
<node x="-167.0" y="-32.0">java.util.HashMap</node>
24+
<node x="112.50000000000006" y="133.0">java.util.Queue</node>
25+
<node x="-167.0" y="46.0">java.util.LinkedHashMap</node>
26+
</nodes>
27+
<notes />
28+
<edges>
29+
<edge source="java.util.Stack" target="java.util.Vector" relationship="GENERALIZATION">
30+
<point x="0.0" y="-14.0" />
31+
<point x="0.0" y="14.0" />
32+
</edge>
33+
<edge source="java.util.concurrent.ArrayBlockingQueue" target="java.util.Queue" relationship="REALIZATION">
34+
<point x="0.0" y="-14.0" />
35+
<point x="-48.0" y="191.0" />
36+
<point x="178.50000000000006" y="191.0" />
37+
<point x="0.0" y="14.0" />
38+
</edge>
39+
<edge source="java.util.Collection" target="java.lang.Iterable" relationship="INTERFACE_GENERALIZATION">
40+
<point x="0.0" y="-14.0" />
41+
<point x="0.0" y="19.0" />
42+
</edge>
43+
<edge source="java.util.Set" target="java.util.Collection" relationship="INTERFACE_GENERALIZATION">
44+
<point x="0.0" y="-14.0" />
45+
<point x="810.2926829268293" y="22.0" />
46+
<point x="532.5" y="22.0" />
47+
<point x="0.0" y="14.0" />
48+
</edge>
49+
<edge source="java.util.LinkedHashMap" target="java.util.HashMap" relationship="GENERALIZATION">
50+
<point x="-25.69018817204295" y="-15.998655913978467" />
51+
<point x="-79.69018817204295" y="21.0" />
52+
<point x="-79.5" y="21.0" />
53+
<point x="0.0" y="14.0" />
54+
</edge>
55+
<edge source="java.util.HashSet" target="java.util.Set" relationship="REALIZATION">
56+
<point x="0.0" y="-14.0" />
57+
<point x="912.0" y="102.0" />
58+
<point x="810.2926829268293" y="102.0" />
59+
<point x="0.0" y="14.0" />
60+
</edge>
61+
<edge source="java.util.LinkedList" target="java.util.AbstractList" relationship="GENERALIZATION">
62+
<point x="40.0" y="-14.0" />
63+
<point x="406.0" y="191.0" />
64+
<point x="531.3719512195123" y="191.0" />
65+
<point x="0.0" y="19.0" />
66+
</edge>
67+
<edge source="java.util.TreeMap" target="java.util.Map" relationship="REALIZATION">
68+
<point x="0.0" y="-14.0" />
69+
<point x="0.0" y="14.0" />
70+
</edge>
71+
<edge source="java.util.concurrent.ConcurrentHashMap" target="java.util.Map" relationship="REALIZATION">
72+
<point x="0.0" y="-14.0" />
73+
<point x="319.6394489247312" y="-57.0" />
74+
<point x="100.27889784946237" y="-57.0" />
75+
<point x="0.0" y="14.0" />
76+
</edge>
77+
<edge source="java.util.Queue" target="java.util.Collection" relationship="INTERFACE_GENERALIZATION">
78+
<point x="0.0" y="-14.0" />
79+
<point x="178.50000000000006" y="22.0" />
80+
<point x="532.5" y="22.0" />
81+
<point x="0.0" y="14.0" />
82+
</edge>
83+
<edge source="java.util.AbstractList" target="java.util.List" relationship="REALIZATION">
84+
<point x="0.0" y="-19.0" />
85+
<point x="0.0" y="14.0" />
86+
</edge>
87+
<edge source="java.util.Vector" target="java.util.AbstractList" relationship="GENERALIZATION">
88+
<point x="0.0" y="-14.0" />
89+
<point x="532.5" y="191.0" />
90+
<point x="531.3719512195123" y="191.0" />
91+
<point x="0.0" y="19.0" />
92+
</edge>
93+
<edge source="java.util.List" target="java.util.Collection" relationship="INTERFACE_GENERALIZATION">
94+
<point x="0.0" y="-14.0" />
95+
<point x="531.3719512195123" y="22.0" />
96+
<point x="532.5" y="22.0" />
97+
<point x="0.0" y="14.0" />
98+
</edge>
99+
<edge source="java.util.concurrent.DelayQueue" target="java.util.Queue" relationship="REALIZATION">
100+
<point x="0.0" y="-14.0" />
101+
<point x="0.0" y="14.0" />
102+
</edge>
103+
<edge source="com.sun.jmx.remote.internal.ArrayQueue" target="java.util.AbstractList" relationship="GENERALIZATION">
104+
<point x="0.0" y="-14.0" />
105+
<point x="706.0" y="191.0" />
106+
<point x="531.3719512195123" y="191.0" />
107+
<point x="0.0" y="19.0" />
108+
</edge>
109+
<edge source="java.util.LinkedHashSet" target="java.util.HashSet" relationship="GENERALIZATION">
110+
<point x="0.0" y="-14.0" />
111+
<point x="0.0" y="14.0" />
112+
</edge>
113+
<edge source="java.util.LinkedList" target="java.util.Queue" relationship="REALIZATION">
114+
<point x="-40.0" y="-14.0" />
115+
<point x="326.00000000000006" y="191.0" />
116+
<point x="178.50000000000006" y="191.0" />
117+
<point x="0.0" y="14.0" />
118+
</edge>
119+
<edge source="java.util.HashMap" target="java.util.Map" relationship="REALIZATION">
120+
<point x="0.0" y="-14.0" />
121+
<point x="-79.5" y="-57.0" />
122+
<point x="100.27889784946237" y="-57.0" />
123+
<point x="0.0" y="14.0" />
124+
</edge>
125+
<edge source="java.util.TreeSet" target="java.util.Set" relationship="REALIZATION">
126+
<point x="0.0" y="-14.0" />
127+
<point x="727.7926829268293" y="102.0" />
128+
<point x="810.2926829268293" y="102.0" />
129+
<point x="0.0" y="14.0" />
130+
</edge>
131+
</edges>
132+
<settings layout="Hierarchic" zoom="1.0" showDependencies="false" x="392.80981182795705" y="199.00134408602153" />
133+
<SelectedNodes />
134+
<Categories />
135+
<SCOPE>All</SCOPE>
136+
<VISIBILITY>private</VISIBILITY>
137+
</Diagram>
138+

0 commit comments

Comments
 (0)