You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by geoffschoeman <gi...@git.apache.org> on 2014/10/08 03:51:57 UTC

[GitHub] commons-collections pull request: Added MultiValuedLinkedHashMap t...

GitHub user geoffschoeman opened a pull request:

    https://github.com/apache/commons-collections/pull/3

    Added MultiValuedLinkedHashMap to preserve insertion order.

    Added a MultiValuedLinkedHashMap to preserve insertion order in both the map and value list. 
    
    My use case is to convert an XML string to a map using Jackson. The requirements stated that sub-elements could have duplicate tag names and element order must be preserved.
    
    The MultiValuedLinkedHashMap  uses a LinkedHashMap with values of LinkedList to preserve order.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/geoffschoeman/commons-collections trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-collections/pull/3.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3
    
----
commit 436f697ece6d6f7af88e59af34fa32e74fb5bbe2
Author: Geoff Schoeman <ge...@gmail.com>
Date:   2014-10-08T01:15:26Z

    Added MultiValuedLinkedHashMap to preserve insertion order.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-collections issue #3: Added MultiValuedLinkedHashMap to preserve ins...

Posted by chtompki <gi...@git.apache.org>.
Github user chtompki commented on the issue:

    https://github.com/apache/commons-collections/pull/3
  
    @geoffschoeman - Do you mind rebasing to master and re-opening this pull request?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-collections pull request #3: Added MultiValuedLinkedHashMap to prese...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/commons-collections/pull/3


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-collections pull request #3: Added MultiValuedLinkedHashMap to prese...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/commons-collections/pull/3


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org