EqualPredicate should be able to accept an Equator
--------------------------------------------------
Key: COLLECTIONS-293
URL: https://issues.apache.org/jira/browse/COLLECTIONS-293
Project: Commons Collections
Issue Type: Improvement
Components: Functor
Reporter: Stephen Kestle
Fix For: Generics
Currently the EqualPredicate checks according to Object.equals() but with
[COLLECTIONS-252|the addition of the Equator interface], it can be made more
powerful.
This will in turn make CollectionUtils.find() and select() more powerful as
replacement methods for Collection.contains().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.