You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Claude Warren (Jira)" <ji...@apache.org> on 2022/07/06 06:04:00 UTC

[jira] [Closed] (COLLECTIONS-762) Add Simple Bloom filter with Generic type

     [ https://issues.apache.org/jira/browse/COLLECTIONS-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claude Warren closed COLLECTIONS-762.
-------------------------------------
    Resolution: Fixed

This issue was resolved with simplification of Bloom filter code

> 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.20.10#820010)