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/06/11 12:23:00 UTC

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

Claude Warren created COLLECTIONS-818:
-----------------------------------------

             Summary: 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


[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.7#820007)