Primitive-Collections v0.5.1 Release Notes

    • ๐Ÿ›  Fixed: Reworked the NavigableSet/Map implementations of RBTree/AVLTree/Array Sets/Maps so they are now deemed stable.
    • โž• Added: Another 150k Unit tests.
    • โž• Added: List and Set Unit tests for Integer (or Primitives in this case) to ensure basic stability there. (Now covering all sets and lists)
    • ๐Ÿ›  Fixed: Bugs with null values for primitive collections.
    • โœ‚ Removed: ArraySet/Map subSet/subMap implementation was removed.