Primitive-Collections v0.3.2 Release Notes

    • ๐Ÿ›  Fixed: Map.put wasn't referring to primitive variants.
    • โž• Added: ImmutableList.
    • โž• Added: Iterator pour function into a List or Array
    • ๐Ÿ”„ Changed: Arrays Wrap is now accessible to Objects and now is ? extends TYPE instead of TYPE.
    • โž• Added: OpenHashSets now implement foreach and have less overhead.
    • โž• Added: ImmutableOpenHashSet that is not editable (is linked by default for fast iteration)
    • โž• Added: CustomOpenHashSets now implement foreach and have less overhead.
    • โž• Added: ImmutableOpenHashMap that is not editable (is linked by default for fast iteration)
    • โž• Added: Maps can now be created through the interface.
    • ๐Ÿ›  Fixed: Lists.addElements(T...elements) was adding elements at the beginning of a list instead of the end.
    • ๐Ÿ›  Fixed: Bugs with the AVLTreeSet. And marked bugs with AVLTreeX that are still present.