Primitive-Collections/src/builder/resources/speiger/assets/collections/templates/utils
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
..
maps Maps can now be created through the interface. 2021-06-27 16:02:26 +02:00
Arrays.template New Features 2021-06-25 12:28:19 +02:00
Collections.template Removed Suffixes of unmodifiable & synchronize methods. 2021-06-23 18:53:40 +02:00
IArray.template Added Safty methods and test into IObjectArray to reduce crashes. 2021-04-26 23:02:51 +02:00
Iterators.template New Features and bugfixes. 2021-08-12 14:31:29 +02:00
Lists.template Added Shuffle & Reverse Methods and Concat Iterators. 2021-06-23 21:45:12 +02:00
PriorityQueues.template New Features and bugfixes. 2021-08-12 14:31:29 +02:00
Sets.template Removed Suffixes of unmodifiable & synchronize methods. 2021-06-23 18:53:40 +02:00
Splititerators.template Added Primitive Stream & Splititerator support 2021-04-27 17:02:57 +02:00
Strategy.template Added Identity HashMap support via Strategies 2021-05-22 06:08:27 +02:00