Primitive-Collections/src/test/java/speiger/src/collections/ints/base
Speiger 45d118a77a New Features and bugfixes.
- Fixed: AbstractCollection bulk adding methods now link to the
specialized implementations.
- Fixed: A bug with getElements in ArrayList.
- Fixed: PriorityQueue remove/toArray function were renamed so they fit
better with other interfaces. (remove => removeFirst and toArray uses a
different genericType)
- Added: LinkedList which is a List/PriorityDequeue/Stack which allows
for more optimized use-cases and reduced boxing/unboxing.
- Added: Tests for LinkedList
2021-08-12 14:31:29 +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 Removed Suffixes of unmodifiable & synchronize methods. 2021-06-23 18:53:40 +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