[
https://issues.apache.org/jira/browse/COLLECTIONS-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14170884#comment-14170884
]
Dipanjan Laha commented on COLLECTIONS-533:
-------------------------------------------
The patch looks good, but needs more test for the LinkedHashMap's behaviour.
[~tn] If we can decide on the pattern of adding MultiValuedMap implementations,
we can get this implementation in. I am good with the current structure.
One more thing, the patch for MultiValuedLinkedHashMap uses LinkedList as the
default collection in the underlying map and the MultiValuedHashMap uses
ArrayList as it's default collection. I am ok with both as long as we keep it
consistent across implementations (unless there is a special need). So which
one should we use?
> Add a MultiValuedLinkedHashMap to preserve insertion order
> ----------------------------------------------------------
>
> Key: COLLECTIONS-533
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-533
> Project: Commons Collections
> Issue Type: New Feature
> Components: Map
> Reporter: Benedikt Ritter
> Labels: github
>
> Placeholder ticket for https://github.com/apache/commons-collections/pull/3
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)