Primitive-Collections/src/builder/resources/speiger/assets/collections/templates/utils
Speiger 117d0f36e6 New Fixes
- Fixed: ObjectLists Crashed when a null was provided as a Comparator.
(Unless the List was Initialized with the ClassType)
- Fixed: LinkedLists didn't implement add(Object)
- Fixed: Object Collections did have the JavaCollections deprecated as
the Constructor. This should only be deprecated for Primitives
- Added: Tests with 5k Random names for Object sorting.
- Changed: Object Arrays no longer require a Comparable[] it just
assumes now that the elements in the Array are Comparable
2021-09-02 13:38:25 +02:00
..
maps Maps can now be created through the interface. 2021-06-27 16:02:26 +02:00
Arrays.template New Fixes 2021-09-02 13:38:25 +02:00
Collections.template Removed Suffixes of unmodifiable & synchronize methods. 2021-06-23 18:53:40 +02:00
IArray.template Added Safty methods and test into IObjectArray to reduce crashes. 2021-04-26 23:02:51 +02:00
Iterators.template New Features and bugfixes. 2021-08-12 14:31:29 +02:00
Lists.template Added Shuffle & Reverse Methods and Concat Iterators. 2021-06-23 21:45:12 +02:00
PriorityQueues.template New Features and bugfixes. 2021-08-12 14:31:29 +02:00
Sets.template Removed Suffixes of unmodifiable & synchronize methods. 2021-06-23 18:53:40 +02:00
Splititerators.template Added Primitive Stream & Splititerator support 2021-04-27 17:02:57 +02:00
Strategy.template Added Identity HashMap support via Strategies 2021-05-22 06:08:27 +02:00