2.2.1
Changed
IntHashSet#retainAll(Collection)
andIntHashSet#retainAll(IntHashSet)
no longer change the capacity of the set.- Bump
JUnit
to 5.13.0.
Fixed
- Infinite loop in
IntHashSet
whenretainAll
leaves collections with a power of two number of elements.