TreeSubSets (RB/AVL) got their functional implementations improved too.

This commit is contained in:
2021-09-19 18:03:02 +02:00
parent 5b67e85009
commit fa3cf743f9
3 changed files with 113 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@
- Added: Filter function to Iterators/Iterables (Iterable implements it by default)
- Changed: Cleanup of some variables/mappers
- Added/Fixed: AVL/RBTreeMap got reworked and SubMaps work more properly now. Also forEach support got improved a lot
- Added/Fixed: TreeSubSets (RB/AVL) got their functional implementations improved too.
### Version 0.3.6
- Fixed: addAll non Type Specific Lists was causing crashes.