Primitive-Collections/src/test/java/speiger/src/collections/objects
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
..
list Added Safty methods and test into IObjectArray to reduce crashes. 2021-04-26 23:02:51 +02:00
utils New Fixes 2021-09-02 13:38:25 +02:00