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: 3.2, 3.1, 3.0, 2.1.1, 2.1, 2.0, 1.0
            Reporter: Jean-Noel Rouvignac
            Priority: Trivial


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.

Reply via email to