Fixed AVLTrees pollFirst/pollLast

This commit is contained in:
2021-07-23 22:04:59 +02:00
parent 4a3cc66401
commit 73916f4fd9
4 changed files with 14 additions and 16 deletions
+1
View File
@@ -3,6 +3,7 @@
### Version 0.3.3
- Added: Flat/Mapping function for Iterables/Iterators to help avoid streams for cleaner looking code
- Fixed: AVLTrees pollFirst/Last is now keeping orders and is fixed
### Version 0.3.2
- Fixed: Map.put wasn't referring to primitive variants.