Maps.get function is no longer using Suffixes unless its absolutely

necessary.
This commit is contained in:
2021-06-23 19:34:32 +02:00
parent 357b40e670
commit ce8f49cd1f
4 changed files with 13 additions and 11 deletions
+2 -1
View File
@@ -6,4 +6,5 @@
- Changed: remove/removeLast/enqueue/enqueueFirst no longer use Type Suffixes
- Removed: Suffixes for unmodifiable & synchronize functions.
- Changed: Primitive Stacks no longer depend on the base Stack class. Because seriously not needed.
- Changed: PriorityQueues no longer extends Object Variant.
- Changed: PriorityQueues no longer extends Object Variant.
- Changed: Maps.get function is no longer using Suffixes unless its absolutely necessary.