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 <st...@hotmail.com> on 2002/06/08 19:01:13 UTC

[Collections] PredicateUtils and PredicateCollections

Hi,
I have split the current PredicateUtils class in two as follows:

PredicateUtils - the predicate implementations (more added)
PredicateCollections - the validating predicate based wrapper collections

Could a committer please advise on whether this split is acceptable? I'm
concerned to get this split made sooner rather than later before too many
people start using it (as the change is not backwards compatable).

Reasoning for change:
1) There are two distinct functionality groups
2) It matches the naming of LazyCollections
3) It allows for other predicate based wrapper collections,
eg.FilterCollections (collections that act like FilterIterator)

Code:
www.scolebourne.eurobell.co.uk/Predicates2.zip

Stephen

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>