You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Stephen Colebourne (JIRA)" <ji...@apache.org> on 2006/09/29 14:58:50 UTC

[jira] Created: (COLLECTIONS-226) ListOrderedMap additional methods

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


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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (COLLECTIONS-226) ListOrderedMap additional methods

Posted by "Dave Meikle (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/COLLECTIONS-226?page=all ]

Dave Meikle updated COLLECTIONS-226:
------------------------------------

    Attachment: COLLECTIONS-226.patch

Patch to add putAll(int index, Map map) method to ListOrderedMap

> 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (COLLECTIONS-226) ListOrderedMap additional methods

Posted by "Dave Meikle (JIRA)" <ji...@apache.org>.
    [ 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org