You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Alex Herbert (Jira)" <ji...@apache.org> on 2022/08/16 08:56:00 UTC

[jira] [Resolved] (COLLECTIONS-818) BloomFilter: convert to characteristics flag

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

Alex Herbert resolved COLLECTIONS-818.
--------------------------------------
    Fix Version/s: 4.5
       Resolution: Done

> BloomFilter: convert to characteristics flag
> --------------------------------------------
>
>                 Key: COLLECTIONS-818
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-818
>             Project: Commons Collections
>          Issue Type: Improvement
>          Components: Collection
>    Affects Versions: 4.5
>            Reporter: Claude Warren
>            Assignee: Claude Warren
>            Priority: Minor
>             Fix For: 4.5
>
>
> [https://github.com/Claudenw/commons-collections/blob/9f2945cc98747893456b73f42ab53f46a866ac37/src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java#L51]
>  
> As with IndexProducer this could be replaced with a characteristics flag:
>  
> {{int characteristics();}}
> Currently the only characteristic is sparse. Are there any other characteristics to report that may be of use? This would allow them to be added without adding more methods to the interface.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)