Maps can now be created through the interface.

This commit is contained in:
2021-06-27 16:02:26 +02:00
parent 4c68c925d3
commit 880a9169e5
3 changed files with 530 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@
- Added: ImmutableOpenHashSet that is not editable (is linked by default for fast iteration)
- Added: CustomOpenHashSets now implement foreach and have less overhead.
- Added: ImmutableOpenHashMap that is not editable (is linked by default for fast iteration)
- Added: Maps can now be created through the interface.
### Version 0.3.1
- Fixed: containsKey & containsValue in HashMaps were deprecated for Object Variants.