[ https://issues.apache.org/jira/browse/COLLECTIONS-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645982#action_12645982
]
Henri Yandell commented on COLLECTIONS-306:
-------------------------------------------
Thanks Chris - could we have a unit test please (either Chris or someone else)?
> Use Predicate in subtract
> -------------------------
>
> Key: COLLECTIONS-306
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-306
> Project: Commons Collections
> Issue Type: New Feature
> Components: Collection
> Environment: all OSs
> Reporter: Chris Shayan
> Original Estimate: 0.75h
> Remaining Estimate: 0.75h
>
> It is good idea to use Predicate in subtract method, I've developed myself the mentioned
method and now I am testing it. I mean we should have following methods:
> The one already exist is:
> public static Collection subtract(Collection a, Collection b)
> I offer to have one more which is:
> public static Collection subtract(Collection a, Collection b, Predicate predicate)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|