Primitive-Collections v0.3.1 Release Notes

    • ๐Ÿ›  Fixed: containsKey & containsValue in HashMaps were deprecated for Object Variants.
    • ๐Ÿ›  Fixed: HashMap wasn't deleting Keys & Values references when removing a Object
    • ๐Ÿ›  Fixed: AVLTreeMap didn't balance properly.
    • ๐Ÿ”„ Changed: EnumMap no longer tries to access SharedSecrets since its gone in java11
    • โž• Added: HashMaps now implement ITrimmable
    • โž• Added: AVLTreeSet didn't balance properly
    • ๐Ÿ›  Fixed: HashMaps & LinkedMaps weren't clearing references properly.