Library providing general-purpose mutable lists, sets, and
maps.
The following interfaces define abstract mutable collection
types:
- [[MutableList]] is a mutable [[List]],
- [[MutableSet]] is a mutable [[Set]], and
- [[MutableMap]] is a mutable [[Map]].
These interfaces define abstract sorted collection types:
- [[SortedSet]] is a sorted [[Set]], and
- [[SortedMap]] is a sorted [[Map]].
In addition, dedicated [[Stack]] and [[Queue]] interfaces
are defined, representing specialized kinds ...
Latest Versions
13 versions โ| Version | Vulnerabilities | Usages | Date | |
|---|---|---|---|---|
1.3.x | 1.3.1 |
21
| Feb 13, 2021 | |
| 1.3.0 |
23
| Feb 13, 2021 | ||
1.2.x | 1.2.2 |
24
| Feb 13, 2021 | |
| 1.2.1 |
19
| Feb 13, 2021 | ||
| 1.2.0 |
27
| Feb 13, 2021 | ||
1.1.x | 1.1.0 |
22
| Feb 13, 2021 | |
1.0.x | 1.0.0 |
6
| Feb 13, 2021 | |
0.6.x | 0.6.1 |
5
| Feb 13, 2021 | |
| 0.6 |
5
| Feb 13, 2021 | ||
0.5.x | 0.5 |
6
| Feb 13, 2021 | |
0.4.x | 0.4 |
4
| Feb 13, 2021 | |
0.3.x | 0.3.2 |
2
| Feb 13, 2021 | |
| 0.3.1 |
2
| Feb 13, 2021 |
