RBTreeMap got now the same improvements like AVLTreeMap

This commit is contained in:
2021-09-19 17:41:54 +02:00
parent 59c4d1aa90
commit 5b67e85009
2 changed files with 350 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
- Added: Flat/Mapping functions (to object) are now accessible to primitive maps.
- Added: Filter function to Iterators/Iterables (Iterable implements it by default)
- Changed: Cleanup of some variables/mappers
- Added/Fixed: AVLTreeMap got reworked and SubMaps work more properly now. Also forEach support got improved a lot
- Added/Fixed: AVL/RBTreeMap got reworked and SubMaps work more properly now. Also forEach support got improved a lot
### Version 0.3.6
- Fixed: addAll non Type Specific Lists was causing crashes.