You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dave Meikle (JIRA)" <ji...@apache.org> on 2008/03/23 15:35:24 UTC

[jira] Updated: (COLLECTIONS-194) Add populateMap() methods to MapUtils

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

Dave Meikle updated COLLECTIONS-194:
------------------------------------

    Attachment:     (was: COLLECTIONS-194.patch)

> Add populateMap() methods to MapUtils
> -------------------------------------
>
>                 Key: COLLECTIONS-194
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-194
>             Project: Commons Collections
>          Issue Type: Improvement
>          Components: Map
>         Environment: Operating System: All
> Platform: All
>            Reporter: James Carman
>            Priority: Minor
>             Fix For: 3.3
>
>         Attachments: COLLECTIONS-194-2.patch
>
>
> Add the following methods to MapUtils...
> public static void populateMap( Map map, Collection objects, Transformer
> keyTransformer );
> public static void populateMap( Map map, Collection objects, Transformer
> keyTransformer, Transformer valueTransformer );

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