[
https://issues.apache.org/jira/browse/COLLECTIONS-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Neidhart resolved COLLECTIONS-439.
-----------------------------------------
Resolution: Won't Fix
Fix Version/s: (was: 4.x)
> TreeBag with comparator does not store non-key duplicates.
> ----------------------------------------------------------
>
> Key: COLLECTIONS-439
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-439
> Project: Commons Collections
> Issue Type: Improvement
> Components: Bag
> Affects Versions: 3.2.1
> Reporter: Claude Warren
> Attachments: BagTest.java, COLLECTIONS-439.tar.gz, SortedBag.java
>
>
> When storing objects that are sorted by a Comparator, if the differences in
> the objects are not in the comparator the same version of the object is
> returned. I expected that the sorted bag would work like a DB table with a
> non-unique key -- ordered but duplicate only determined by Object.equals().
> I have implemented this type of bag using a TreeMap of List. My
> implementation uses the Jena ExtendedIterator to make building the iterator()
> and array() methods easier.
> Will attach the code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)