Primitive-Collections/src/builder/resources/speiger/assets/collections/templates/lists
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
..
AbstractList.template New Features and bugfixes. 2021-08-12 14:31:29 +02:00
ArrayList.template New Features and bugfixes. 2021-08-12 14:31:29 +02:00
ImmutableList.template New Features 2021-06-25 12:28:19 +02:00
LinkedList.template New Features and bugfixes. 2021-08-12 14:31:29 +02:00
List.template Lists.addElements(T...elements) was adding elements at the beginning of 2021-06-27 17:23:34 +02:00
ListIterator.template Adding more JavaDoc (fixing roughly 8k javadoc errors) 2021-04-25 21:37:22 +02:00