Re: [collections] PATCH: Add CollectionContainsPredicate...

2005-03-10 Thread matthew.hawthorne
James Carman wrote: Has there been any thought to creating an optional Commons Collections "Contrib" project? If users want to use it, they can. If not, they can stick to the core collections classes (which we could keep small). Sorry if this has already been addressed, but I have not been monit

RE: [collections] PATCH: Add CollectionContainsPredicate...

2005-03-10 Thread James Carman
monitoring this list for a while. James -Original Message- From: Stephen Colebourne [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 6:53 PM To: Jakarta Commons Developers List Subject: Re: [collections] PATCH: Add CollectionContainsPredicate... Two things here, firstly I have bee

RE: [collections] PATCH: Add CollectionContainsPredicate...

2005-03-10 Thread James Carman
ECTED] Sent: Thursday, March 10, 2005 6:53 PM To: Jakarta Commons Developers List Subject: Re: [collections] PATCH: Add CollectionContainsPredicate... Two things here, firstly I have been the main maintainer of [collections] for a while, but have been focussed on JodaTime recently. Seco

Re: [collections] PATCH: Add CollectionContainsPredicate...

2005-03-10 Thread Stephen Colebourne
st expected something like "good idea" or "that's stupid." :-) James -Original Message- From: matthew.hawthorne [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 6:51 PM To: Jakarta Commons Developers List Subject: Re: [collections] PATCH: Add CollectionCont

RE: [collections] PATCH: Add CollectionContainsPredicate...

2005-03-09 Thread James Carman
sday, March 09, 2005 6:51 PM To: Jakarta Commons Developers List Subject: Re: [collections] PATCH: Add CollectionContainsPredicate... James Carman wrote: > Is nobody monitoring the collections project? I'd consider adding your patch to Bugzilla as an enhancement. Nobody has responded

Re: [collections] PATCH: Add CollectionContainsPredicate...

2005-03-09 Thread matthew.hawthorne
James Carman wrote: Is nobody monitoring the collections project? I'd consider adding your patch to Bugzilla as an enhancement. Nobody has responded to your message for 2 days -- but that definitely doesn't mean that nobody is monitoring [collections]. It just means that nobody has had the tim

RE: [collections] PATCH: Add CollectionContainsPredicate...

2005-03-09 Thread James Carman
Is nobody monitoring the collections project? -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 3:17 PM To: commons-dev@jakarta.apache.org Subject: [collections] PATCH: Add CollectionContainsPredicate... All, This patch adds a class called

[collections] PATCH: Add CollectionContainsPredicate...

2005-03-07 Thread James Carman
All, This patch adds a class called CollectionContainsPredicate to the functors package and adds a method to PredicateUtils for constructing one. A CollectionContains predicate takes a Collection in its constructor and returns true if the input object is in the collection. I thought this might b