Primitive-Collections/src
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
..
builder New Features and bugfixes. 2021-08-12 14:31:29 +02:00
main/java/speiger/src/collections/utils Small Additions & Redsign 2021-06-23 18:38:23 +02:00
test/java/speiger/src/collections New Features and bugfixes. 2021-08-12 14:31:29 +02:00