Primitive-Collections/src/builder/resources/speiger/assets/collections/templates/maps/interfaces
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
..
ConcurrentMap.template Finishing ConcurrentHashMap implementation, next tests 2022-04-12 06:06:18 +02:00
Map.template Finishing ConcurrentHashMap implementation, next tests 2022-04-12 06:06:18 +02:00
NavigableMap.template Small fixes 2022-06-02 14:59:39 +02:00
OrderedMap.template Fixing bugs found when implementing Bidirectional Iterator unit tests. 2022-06-04 21:05:31 +02:00
SortedMap.template Small fixes 2022-06-02 14:59:39 +02:00