[ 
https://issues.apache.org/jira/browse/COLLECTIONS-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579123#action_12579123
 ] 

Henri Yandell commented on COLLECTIONS-226:
-------------------------------------------

svn ci -m "Adding a putAll method to ListOrderedMap as per COLLECTIONS-226 and 
Dave Meikle's patch" src

Sending        src/java/org/apache/commons/collections/map/ListOrderedMap.java
Sending        
src/test/org/apache/commons/collections/map/TestListOrderedMap.java
Transmitting file data ..
Committed revision 637512.

> ListOrderedMap additional methods
> ---------------------------------
>
>                 Key: COLLECTIONS-226
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-226
>             Project: Commons Collections
>          Issue Type: Improvement
>          Components: Map
>            Reporter: Stephen Colebourne
>            Priority: Minor
>             Fix For: 3.3
>
>         Attachments: COLLECTIONS-226.patch
>
>
> Some new methods I had a need for on ListOrderedMap:
> - putAll(int, Map)
> - set(int, Object key, Object value)
> - sorting - potentially by making the keyList/valueList/entryList modifiable

-- 
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