[
https://issues.apache.org/jira/browse/COLLECTIONS-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Noel Rouvignac updated COLLECTIONS-361:
--------------------------------------------
Attachment: COLLECTIONS-361_v2.patch
> Add CollectionUtils.filterOut()
> -------------------------------
>
> Key: COLLECTIONS-361
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-361
> Project: Commons Collections
> Issue Type: Wish
> Components: Collection
> Affects Versions: 1.0, 2.0, 2.1, 2.1.1, 3.0, 3.1, 3.2
> Reporter: Jean-Noel Rouvignac
> Priority: Trivial
> Attachments: COLLECTIONS-361_v2.patch
>
>
> Similarly to CollectionUtils.selectRejected() which is equivalent to
> CollectionUtils.select() with using the NotPredicate, it would be nice to
> have CollectionUtils.filterOut() which would be equivalent to
> CollectionUtils.filter() with using the NotPredicate.
> I use filterOut() more often than filter().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.