-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathMap.uml
More file actions
60 lines (59 loc) · 2.04 KB
/
Map.uml
File metadata and controls
60 lines (59 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<Diagram>
<ID>JAVA</ID>
<OriginalElement>java.util.Map</OriginalElement>
<nodes>
<node x="4.0" y="190.0">java.util.LinkedHashMap</node>
<node x="348.5" y="190.0">java.util.Properties</node>
<node x="178.0" y="95.0">java.util.TreeMap</node>
<node x="161.0" y="0.0">java.util.Map</node>
<node x="0.0" y="95.0">java.util.HashMap</node>
<node x="355.0" y="95.0">java.util.Hashtable</node>
</nodes>
<notes />
<edges>
<edge source="java.util.HashMap" target="java.util.Map">
<point x="0.0" y="-22.5" />
<point x="78.5" y="65.0" />
<point x="173.75" y="65.0" />
<point x="-38.25" y="22.5" />
</edge>
<edge source="java.util.Hashtable" target="java.util.Map">
<point x="0.0" y="-22.5" />
<point x="447.0" y="65.0" />
<point x="250.25" y="65.0" />
<point x="38.25" y="22.5" />
</edge>
<edge source="java.util.Properties" target="java.util.Hashtable">
<point x="0.0" y="-22.5" />
<point x="0.0" y="22.5" />
</edge>
<edge source="java.util.TreeMap" target="java.util.Map">
<point x="0.0" y="-22.5" />
<point x="256.5" y="75.0" />
<point x="224.75" y="75.0" />
<point x="12.75" y="22.5" />
</edge>
<edge source="java.util.LinkedHashMap" target="java.util.HashMap">
<point x="-59.5" y="-22.5" />
<point x="63.5" y="165.0" />
<point x="78.5" y="165.0" />
<point x="0.0" y="22.5" />
</edge>
<edge source="java.util.LinkedHashMap" target="java.util.Map">
<point x="59.5" y="-22.5" />
<point x="182.5" y="165.0" />
<point x="167.5" y="165.0" />
<point x="167.5" y="75.0" />
<point x="199.25" y="75.0" />
<point x="-12.75" y="22.5" />
</edge>
</edges>
<settings layout="Hierarchic Group" zoom="1.0" x="469.5" y="410.0" />
<SelectedNodes>
<node>java.util.Map</node>
</SelectedNodes>
<Categories />
<SCOPE>All</SCOPE>
<VISIBILITY>private</VISIBILITY>
</Diagram>