Primitive-Collections/src/builder/resources/speiger/assets/collections/templates
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
..
collections Added Flat/Mapping Functions for Iterables/Iterators (Object Only) 2021-07-21 16:32:30 +02:00
functions Adding more JavaDoc (fixing roughly 8k javadoc errors) 2021-04-25 21:37:22 +02:00
lists New Features and bugfixes. 2021-08-12 14:31:29 +02:00
maps Fixed AVLTrees pollFirst/pollLast 2021-07-23 22:04:59 +02:00
queues New Features and bugfixes. 2021-08-12 14:31:29 +02:00
sets Fixed AVLTrees pollFirst/pollLast 2021-07-23 22:04:59 +02:00
utils New Features and bugfixes. 2021-08-12 14:31:29 +02:00