Added PriorityQueues

This commit is contained in:
2021-06-23 22:14:08 +02:00
parent a28149ac8d
commit b50307c88d
4 changed files with 136 additions and 1 deletions
+2 -1
View File
@@ -11,4 +11,5 @@
- Changed: Maps.remove function is no longer using Suffixes unless its absolutely necessary.
- Changed: ObjectList methods are no longer marked Deprecated even so it was for primitive ones.
- Added: Shuffle & Reverse Methods.
- Added: Concat Iterators.
- Added: Concat Iterators.
- Added: PriorityQueues