summaryrefslogtreecommitdiff
tag namev0.8 (d6034b40b740c30159224e7b8b7303b680d58708)
tag date2018-12-13 13:31:04 -0500
tagged byYury Selivanov <yury@magic.io>
tagged objectcommit 0d6f144fcd...
downloadimmutables-0.8.tar.gz
immutables-0.8.zip
v0.8
* Add new MapMutation.update() method that behaves like MutableMapping.update() * Make it faster to create a Map() from another Map() -- it's now an O(1) operation. * update() method had a bug that could cause the update Map object to have a wrong number of elements.