Added ImmutableOpenHashMap that is not editable (is linked by default

for fast iteration)
This commit is contained in:
2021-06-25 17:44:48 +02:00
parent 84bc785cdc
commit 9d17dc17fd
5 changed files with 982 additions and 3 deletions
+1
View File
@@ -9,6 +9,7 @@
- Added: OpenHashSets now implement foreach and have less overhead.
- 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)
### Version 0.3.1
- Fixed: containsKey & containsValue in HashMaps were deprecated for Object Variants.