Primitive-Collections/src/builder/resources/speiger/assets/collections/templates/sets
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
..
AVLTreeSet.template New Fixes 2021-09-02 13:38:25 +02:00
AbstractSet.template First batch of JavaDoc that is being done. 2021-04-25 03:45:57 +02:00
ArraySet.template New Fixes 2021-09-02 13:38:25 +02:00
ImmutableOpenHashSet.template New Fixes 2021-09-02 13:38:25 +02:00
LinkedOpenCustomHashSet.template New Fixes 2021-09-02 13:38:25 +02:00
LinkedOpenHashSet.template New Fixes 2021-09-02 13:38:25 +02:00
NavigableSet.template Added Primitive Stream & Splititerator support 2021-04-27 17:02:57 +02:00
OpenCustomHashSet.template New Fixes 2021-09-02 13:38:25 +02:00
OpenHashSet.template New Fixes 2021-09-02 13:38:25 +02:00
RBTreeSet.template New Fixes 2021-09-02 13:38:25 +02:00
Set.template Added Primitive Stream & Splititerator support 2021-04-27 17:02:57 +02:00
SortedSet.template Added Primitive Stream & Splititerator support 2021-04-27 17:02:57 +02:00