[jbosscache-issues] [JBoss JIRA] (PCACHE-19) Add support for ordered collection types (TreeMap, TreeSet, LinkedHashSet, LinkedHashMap)

Scott Marlow (JIRA) jira-events at lists.jboss.org
Wed Jan 9 18:54:09 EST 2013


     [ https://issues.jboss.org/browse/PCACHE-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Marlow resolved PCACHE-19.
--------------------------------

    Resolution: Out of Date


No need to make this change for JBC at this point.
                
> Add support for ordered collection types (TreeMap, TreeSet, LinkedHashSet, LinkedHashMap)
> -----------------------------------------------------------------------------------------
>
>                 Key: PCACHE-19
>                 URL: https://issues.jboss.org/browse/PCACHE-19
>             Project: JBoss POJO Cache
>          Issue Type: Feature Request
>          Components: Collections
>            Reporter: Ben Wang
>            Assignee: Scott Marlow
>   Original Estimate: 4 weeks
>  Remaining Estimate: 4 weeks
>
> Currently the default implementation of Collections classes, e.g., List, Set, and Map are: ArrayList, HastSet, and HashMap.
> We will need to provide more different flavors, e.g., LinkedList, etc., based on user's instances.
> --------
> Feb 2, 20006 Notes from Scott Marlow
> I changed the title from "Implement different flavors of Collections class proxy" to be more specific.
> We will add mappings for:
> Set: HashSet, LinkedHashSet, TreeSet
> List: ArrayList, LinkedList, Vector
> Map:  HashMap, TreeMap
> Also add LinkedHashMap (subclass of HashMap)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosscache-issues mailing list