Primitive-Collections/src/test/java/speiger/src/collections/ints
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
..
base New Features and bugfixes. 2021-08-12 14:31:29 +02:00
lists New Features and bugfixes. 2021-08-12 14:31:29 +02:00
maps First batch of JavaDoc that is being done. 2021-04-25 03:45:57 +02:00
queues First batch of JavaDoc that is being done. 2021-04-25 03:45:57 +02:00
sets First batch of JavaDoc that is being done. 2021-04-25 03:45:57 +02:00
utils Finished first loop of JavaDoc generation. 2021-04-26 22:25:09 +02:00