Koloboke v1.0.0 Release Notes
Release Date: 2016-05-30 // almost 9 years ago-
๐ฅ 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
- ๐ฆ Moved to