[ 
https://issues.apache.org/jira/browse/COLLECTIONS-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Yandell closed COLLECTIONS-320.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.3

svn ci -m "Improving effiency of StaticBucketMap.putAll as per COLLECTIONS-320" 
src/java/org/apache/commons/collections/map/StaticBucketMap.java 

Sending        src/java/org/apache/commons/collections/map/StaticBucketMap.java
Transmitting file data .
Committed revision 767768.

> StaticBucketMap#putall() uses inefficient keySet() iterator when it could use 
> entrySet() iterator
> -------------------------------------------------------------------------------------------------
>
>                 Key: COLLECTIONS-320
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-320
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Map
>            Reporter: Sebb
>            Priority: Minor
>             Fix For: 3.3
>
>         Attachments: StaticBucketMap.patch
>
>
> StaticBucketMap#putall()  uses inefficient keySet() iterator when it could 
> use entrySet() iterator.
> Patch to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to