Koloboke Collections API & Implementation Library 1.0.0
Breaking changes:
- Moved to
com.koloboke.*packages HashConfig.getGrowFactor()andwithGrowFactor()methods renamed togetGrowthFactor()andwithGrowthFactor()respectively.
Bug fix:
- Fixed
addValue(key, value)implementations (e.g.ObjIntMap.addValue()), 0 was taken as the initial value instead of the default value of the map (if configured to be different form 0).
API Javadocs:
Download JARs:
- For Java 6 or 7: api.jar, impl-common.jar, impl.jar
- For Java 8 or 9: api.jar, impl-common.jar, impl.jar
Dependency: annotations.jar