Version 3.2.0 Released
Key features in this release include:
- Improved hash array mapped trie implementation for arrays, maps, and sets.
- Reduced memory footprint of sets and maps.
- Common implementation for all HAMT based collection types (array, hash map, hash set).
- Adds put, putAll, setNextIndex methods to JImmutableArray builder.
- Adds forEach, forEachThrows, and arrayBuilder methods to JImmutableArray.
Maven Coordinates
<dependency>
<groupId>org.javimmutable</groupId>
<artifactId>javimmutable-collections</artifactId>
<version>3.2.0</version>
</dependency>