Primitive-Collections/src/test/java/speiger/src/collections/ints/base
Speiger e30ca4103f Fixed recent found bugs
-Fixed: addAll with non Specific Collections was crashing lists.
-Fixed/Refactor: Clear and trim implementation was all over the place
-Fixed: Wrappers toString/hashCode/equals function wasn't implemented
-Added: Tests for addAll bug
-Refactor: Did small code style cleanups as I was fixing bugs.
2021-09-13 17:02:24 +02:00
..
BaseInt2IntMapTest.java Another set of changes. 2021-06-23 19:58:31 +02:00
BaseInt2IntNavigableMapTest.java First batch of JavaDoc that is being done. 2021-04-25 03:45:57 +02:00
BaseInt2IntSortedMapTest.java Fixed last second bugs. 2021-06-27 21:31:42 +02:00
BaseIntCollectionTest.java Fixed recent found bugs 2021-09-13 17:02:24 +02:00
BaseIntIterableTest.java First batch of JavaDoc that is being done. 2021-04-25 03:45:57 +02:00
BaseIntListTest.java Removed Suffixes of unmodifiable & synchronize methods. 2021-06-23 18:53:40 +02:00
BaseIntNavigableSetTest.java First batch of JavaDoc that is being done. 2021-04-25 03:45:57 +02:00
BaseIntPriorityQueueTest.java New Features and bugfixes. 2021-08-12 14:31:29 +02:00
BaseIntSortedSetTest.java Fixed AVLTrees pollFirst/pollLast 2021-07-23 22:04:59 +02:00
IIntArrayTest.java First batch of JavaDoc that is being done. 2021-04-25 03:45:57 +02:00
IIntStackTests.java Primitive Stacks no longer depend on the base Stack class. 2021-06-23 19:07:30 +02:00