[ 
http://issues.apache.org/jira/browse/COLLECTIONS-226?page=comments#action_12461260
 ] 
            
Dave Meikle commented on COLLECTIONS-226:
-----------------------------------------

With regards to set(int, Object key, Object value), does put(int index, Object 
key, Object value) not already provide this functionality as it replaces the 
key-value mapping at the location with the passed pair?

Cheers,
Dave

> ListOrderedMap additional methods
> ---------------------------------
>
>                 Key: COLLECTIONS-226
>                 URL: http://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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to