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

Thomas Neidhart resolved COLLECTIONS-258.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 4.x)
                   4.0

Applied patch with modifications for java 5 generics and unit test in r1451337.

Thanks for the patch!
                
> DualLinkedHashBidiMap
> ---------------------
>
>                 Key: COLLECTIONS-258
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-258
>             Project: Commons Collections
>          Issue Type: New Feature
>          Components: BidiMap
>            Reporter: Nathan Blomquist
>            Priority: Trivial
>             Fix For: 4.0
>
>         Attachments: DualLinkedHashBidiMap.java
>
>
> I recently needed a BidiMap that also maintained an insertion iteration 
> order.  I didn't find one in Commons Collections, but I did find a good 
> framework for the creation of one.
> I basically took the code from DualHashBidiMap and changed all the references 
> from HashMap to LinkedHashMap.  This made it trivial to create.
> Thanks for the great package!

--
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

Reply via email to