You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/05/25 21:20:17 UTC

[jira] [Resolved] (COLLECTIONS-556) Add an IdentityHashSet

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

Thomas Neidhart resolved COLLECTIONS-556.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 4.1

Added new method SetUtils.identityHashSet in r1681635.

After updating to Java 6, we can use Collections.newSetFromMap to wrap an IdentityHashMap.

> Add an IdentityHashSet
> ----------------------
>
>                 Key: COLLECTIONS-556
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-556
>             Project: Commons Collections
>          Issue Type: New Feature
>            Reporter: Thomas Neidhart
>             Fix For: 4.1
>
>
> The default JDK does not provide an IdentityHashSet which can be quite handy sometimes.
> collections already has a MapBackedSet, so we could easily provide one by wrapping an IdentityHashMap.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)