Primitive-Collections/src/builder/resources/speiger/assets/collections/templates
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
..
collections Added Flat/Mapping Functions for Iterables/Iterators (Object Only) 2021-07-21 16:32:30 +02:00
functions Adding more JavaDoc (fixing roughly 8k javadoc errors) 2021-04-25 21:37:22 +02:00
lists New Fixes 2021-09-02 13:38:25 +02:00
maps Fixed AVLTrees pollFirst/pollLast 2021-07-23 22:04:59 +02:00
queues New Features and bugfixes. 2021-08-12 14:31:29 +02:00
sets New Fixes 2021-09-02 13:38:25 +02:00
utils New Fixes 2021-09-02 13:38:25 +02:00