[
https://issues.apache.org/jira/browse/COLLECTIONS-762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17106682#comment-17106682
]
Claude Warren commented on COLLECTIONS-762:
-------------------------------------------
associated pull is https://github.com/apache/commons-collections/pull/160
> Add Simple Bloom filter with Generic type
> -----------------------------------------
>
> Key: COLLECTIONS-762
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-762
> Project: Commons Collections
> Issue Type: Improvement
> Components: Collection
> Affects Versions: 4.4
> Reporter: Claude Warren
> Priority: Minor
> Fix For: 4.5
>
>
> Provide a class that implements a Bloom filter that accepts a generic object
> as a parameter to the merge() and contains() methods.
> Implementation should use a Function style implementation to convert from the
> generic type to a Builder.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)