Re: Commons Collections and Generics

2012-04-03 Thread Gary Gregory
On Tue, Apr 3, 2012 at 1:12 PM, Matt Benson wrote: > Hi David, > [collections] has had generics in its trunk for years, but none of > its developers, myself included, have had time to get this rather > large codebase fully ready for a release. In any event, the general > idea in Commons is that

Re: Commons Collections and Generics

2012-04-03 Thread Matt Benson
Hi David, [collections] has had generics in its trunk for years, but none of its developers, myself included, have had time to get this rather large codebase fully ready for a release. In any event, the general idea in Commons is that [collections]' functor code is semi-deprecated; we will recom

Commons Collections and Generics

2012-04-03 Thread David Cogen
Please correct me if I am mistaken about this: There appears to be no generics-aware version of Commons Collections within Apache Commons. For example, there is no interface Predicate in version 3,2,1; only a Predicate. But I have for several years been using a generics-aware rewrite of Comm