Primitive-Collections/src/builder/resources/speiger/assets/collections/templates/maps/impl/misc
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
..
ArrayMap.template Fixing bugs found when implementing Bidirectional Iterator unit tests. 2022-06-04 21:05:31 +02:00
EnumMap.template Added subFrom (which is the inverse of addTo) 2021-12-25 20:07:37 +01:00
LinkedEnumMap.template Fixing bugs found when implementing Bidirectional Iterator unit tests. 2022-06-04 21:05:31 +02:00