Re: [collections] Reference Collection Utilities

2011-09-28 Thread Matt Benson
On Wed, Sep 28, 2011 at 6:19 PM, Peter Firmstone wrote: > I've just realised the code probably isn't a good fit with commons > collections, primarily because it utilises Generics. There is a branch that supports generics, just not enough love to finish it for a release. Matt > > On 29/09/2011 9

Re: [collections] Reference Collection Utilities

2011-09-28 Thread Peter Firmstone
I've just realised the code probably isn't a good fit with commons collections, primarily because it utilises Generics. On 29/09/2011 9:07 AM, Peter Firmstone wrote: These reference collection utilities don't really belong in our project, but they do assist to solve some fundamental problems us

[collections] Reference Collection Utilities

2011-09-28 Thread Peter Firmstone
These reference collection utilities don't really belong in our project, but they do assist to solve some fundamental problems using references in collections, the implementation is abstracted so it can be utilised for any valid Collections Framework Interface implementation, allowing the user