Primitive-Collections/src/builder/resources/speiger/assets/collections/templates
Speiger 8b5e5a75c1 Fixing bugs found when implementing Bidirectional Iterator unit tests.
-Fixed: AbstractList/ImmutableList/ArraySet/ArrayMap skip/back implementation was causing crashes and didn't update the last returned value.
-Fixed: ArraySet/ArrayMap previous was not subtracting before returning value.
-Fixed: BidirectionalIterator back was calling the object variant instead of the TypeSpecific Variant.
-Fixed: TreeSets/Maps Iterator now fully supports backwards Iterating.
-Added: Specialized skip/back function to improve speed in ImmutableHashSet/LinkedHashSet/CustomLinkedHashSet
2022-06-04 21:05:31 +02:00
..
collections Fixing bugs found when implementing Bidirectional Iterator unit tests. 2022-06-04 21:05:31 +02:00
functions More fixes 2022-04-08 00:13:51 +02:00
lists Fixing bugs found when implementing Bidirectional Iterator unit tests. 2022-06-04 21:05:31 +02:00
maps Fixing bugs found when implementing Bidirectional Iterator unit tests. 2022-06-04 21:05:31 +02:00
misc/pairs Last Minute Fixes 2021-09-20 00:52:23 +02:00
queues Fixed Bugs with Java Iterators not throwing the correct exception. 2022-05-17 10:45:05 +02:00
sets Fixing bugs found when implementing Bidirectional Iterator unit tests. 2022-06-04 21:05:31 +02:00
utils Fixing bugs found when implementing Bidirectional Iterator unit tests. 2022-06-04 21:05:31 +02:00