Primitive-Collections/src
Speiger 1e7da394a1 Fixed Bugs found with wrapper collections
-Fixed: AbstractCollection.Iterator was changing the pointer before validating if the element was added. (ImmutableLists)
-Fixed: EmptyCollections containsAll should return true if it is compared against a emptyCollection.
-Fixed: HashCode/Equals for the Lists/Sets implementations.
-Changed: Iterators.wrap(Array) allows now dynamic arrays.
2022-06-02 11:02:19 +02:00
..
builder Fixed Bugs found with wrapper collections 2022-06-02 11:02:19 +02:00
main/java/speiger/src/collections/utils Finishing ConcurrentHashMap implementation, next tests 2022-04-12 06:06:18 +02:00
test Implemented tests. 2022-04-12 08:08:17 +02:00