Hi all, Resubmitted, as it got missed first time. Now LazyCollections is on the CVS, this rename/split is required to keep the CVS naming consistency.
Stephen ----- Original Message ----- From: Stephen Colebourne <[EMAIL PROTECTED]> To: Jakarta Commons Developers List <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 11:17 PM Subject: [Collections][Patch][Submit] PredicateUtils and PredicateCollections > This link contains the code for the PredicateUtils and PredicateCollections > classes: > http://www.scolebourne.eurobell.co.uk/Predicates.zip > > This change: > - separates the 8 wrapper collections from the standard Predicate > implementations. > - patches a bug in the original checkin where a class was public that should > not have been. > - adds two new Predicate implementations, 'is null' and 'is not null'. > - includes are test classes, which I don't think got handed in first time > around. > > There is now plenty of room in the source file to add more standard > Predicate implementations if required. > PredicateUtils is supplied 'whole' as the version on the CVS would be > completely replaced by the new version. > > Hopefully, this will prove an acceptable update ;-) > > Stephen > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
