-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
typedocreadme.html
197 lines (194 loc) · 8.68 KB
/
typedocreadme.html
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<img src="https://larrydiamond.github.io/typescriptcollectionsframework/tsf-blue.png" width="100" height="100">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_collectable_.collectable.html">Collectable</a><E></td>
<td class="colLast">
<div class="block">A comparison function, which compares objects for equality.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_collection_.collection.html">Collection</a><E></td>
<td class="colLast">
<div class="block">The root mutable interface in the <i>collection hierarchy</i>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_comparator_.comparator.html">Comparator</a><E></td>
<td class="colLast">
<div class="block">A comparison function, which imposes a total ordering on some collection of objects.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_deque_.deque.html">Deque</a><E></td>
<td class="colLast">
<div class="block">A linear collection that supports element insertion and removal at both ends.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_hashable_.hashable.html">Hashable</a><E></td>
<td class="colLast">
<div class="block">A comparison function which compares objects for equality and a function for determining a hash code.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_immutablecollection_.immutablecollection.html">ImmutableCollection</a><E></td>
<td class="colLast">
<div class="block">The root immutable interface in the <i>collection hierarchy</i>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_immutablelist_.immutablelist.html">ImmutableList</a><E></td>
<td class="colLast">
<div class="block">An immutable ordered collection (also known as a sequence).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_immutablemap_.immutablemap.html">ImmutableMap</a><K,V></td>
<td class="colLast">
<div class="block">An immutable object that maps keys to values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_immutableset_.immutableset.html">ImmutableSet</a><E></td>
<td class="colLast">
<div class="block">A collection that contains no duplicate elements.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_jiterator_.jiterator.html">JIterator</a><E></td>
<td class="colLast">
<div class="block">An iterator over a collection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_jset_.jset.html">JMap</a><K,V></td>
<td class="colLast">
<div class="block">An object that maps keys to values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_jset_.jset.html">JSet</a><E></td>
<td class="colLast">
<div class="block">A collection that contains no duplicate elements.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_list_.list.html">List</a><E></td>
<td class="colLast">
<div class="block">An ordered collection (also known as a sequence).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_mapentry_.mapentry.html">MapEntry</a><K,V></td>
<td class="colLast">
<div class="block">A map entry (key-value pair).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_navigablemap_.navigablemap.html">NavigableMap</a><K,V></td>
<td class="colLast">
<div class="block">A Map that further provides a total ordering and extended with navigation methods returning the closest matches for given search targets.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_navigableset_.navigableset.html">NavigableSet</a><E></td>
<td class="colLast">
<div class="block">A Set that further provides a total ordering and extended with navigation methods returning the closest matches for given search targets.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="interfaces/_queue_.queue.html">Queue</a><E></td>
<td class="colLast">
<div class="block">A collection designed for holding elements prior to processing.</div>
</td>
</tr>
</tbody>
</table>
<br>
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="classes/_allfieldcollectable_.allfieldcollectable.html">AllFieldCollectable</a><E></td>
<td class="colLast">
<div class="block">An implementation of the Collectable interface that operates on all fields in the object</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="classes/_allfieldhashable_.allfieldhashable.html">AllFieldHashable</a><E></td>
<td class="colLast">
<div class="block">An implementation of the Hashable interfaces that operates on all fields in the object</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="classes/_arraylist_.arraylist.html">ArrayList</a><E></td>
<td class="colLast">
<div class="block">Resizable-array implementation of the JList interface.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="classes/_collections_.collections.html">Collections</a><E></td>
<td class="colLast">
<div class="block">This class consists exclusively of static methods that operate on or return collections.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="classes/_hashmap_.hashmap.html">HashMap</a><K,V></td>
<td class="colLast">
<div class="block">Hash implementation of the JMap interface</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="classes/_hashset_.hashset.html">HashSet</a><E></td>
<td class="colLast">
<div class="block">Hash implementation of the JSet interface</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="classes/_linkedlist_.linkedlist.html">LinkedList</a><E></td>
<td class="colLast">
<div class="block">Doubly-linked list implementation of the JList interface.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="classes/_priorityqueue_.priorityqueue.html">PriorityQueue</a><E></td>
<td class="colLast">
<div class="block">An unbounded priority queue based on a priority heap.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="classes/_skiplist_.skiplistmap.html">SkipListMap</a><K,V></td>
<td class="colLast">
<div class="block">Skiplist implementation of the JMap interface</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="classes/_skiplist_.skiplistset.html">SkipListSet</a><E></td>
<td class="colLast">
<div class="block">Skiplist implementation of the JSet interface</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="classes/_treemap_.treemap.html">TreeMap</a><K,V></td>
<td class="colLast">
<div class="block">A binary tree based NavigableMap implementation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="classes/_treeset_.treeset.html">TreeSet</a><E></td>
<td class="colLast">
<div class="block">A binary tree based NavigableSet implementation.</div>
</td>
</tr>
</tbody>
</table>