Fix putAll(MultiMap)
bug 35631, reported by Sven Macke git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@209681 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
273da76edc
commit
eaf850538a
|
@ -73,6 +73,7 @@ If this causes major headaches to anyone please contact commons-dev at jakarta.a
|
|||
<li>AbstractHashedMap initialization - Fix to setup threshold correctly, improving performance [35012]</li>
|
||||
<li>BeanMap.initialize() - Internal variable now correctly initialised with only write methods that actually exist [15895]</li>
|
||||
<li>MultiHashMap.remove(key, item) - Was returning the item even when nothing was removed [32366]</li>
|
||||
<li>MultiHashMap.putAll(multimap) - Was adding the collection as a single item rather than individually [35631]</li>
|
||||
<li>Flat3Map.equals() - Fix to make flat mode comparison actually work [34917]</li>
|
||||
<li>TransformedMap.putAll - Now allows putAll of an empty map [34686]</li>
|
||||
<li>BoundedFifoBuffer/CircularFifoBuffer - Fix serialization to work in case where buffer serialized when full [31433]</li>
|
||||
|
|
Loading…
Reference in New Issue