You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stephen Colebourne <sc...@eurobell.co.uk> on 2002/05/24 00:17:55 UTC

[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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>