[
https://issues.apache.org/jira/browse/COLLECTIONS-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16955201#comment-16955201
]
Claude Warren commented on COLLECTIONS-728:
-------------------------------------------
BF_Func.md is a list of bloom filter functions that should be supported and
what calculations they require.
I have added BloomFilterI2 (to distinguish it from BloomFilter) that is an
interface that implements the methods via default implementations but leaves 2
methods to be implemented.
IntStream stream(); // a stream of integers that are the indexes of the
enabled bits.
BloomFilterI2 merge (BloomFilterI2 other ); // a Bloom filter constructed
by ORing the other bloom filter with this.
> BloomFilter contribution
> ------------------------
>
> Key: COLLECTIONS-728
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-728
> Project: Commons Collections
> Issue Type: Task
> Reporter: Claude Warren
> Priority: Minor
> Attachments: BF_Func.md, BloomFilter.java, BloomFilterI2.java,
> Usage.md
>
>
> Contribution of BloomFilter library comprising base implementation and gated
> collections.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)