This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git.
from 22d161a Delete MapCountingBloomFilter. new 86bac5e Change BloomFilter merge return type from void to boolean. new 9de28a7 Updated the BloomFilter javadoc. new 7b15598 Update javadoc for ArrayCountingBloomFilter. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../bloomfilter/AbstractBloomFilter.java | 13 --- .../bloomfilter/ArrayCountingBloomFilter.java | 29 +++-- .../bloomfilter/BitSetBloomFilter.java | 6 +- .../collections4/bloomfilter/BloomFilter.java | 128 +++++++++++++-------- .../bloomfilter/CountingBloomFilter.java | 116 +++++++++++-------- .../bloomfilter/HasherBloomFilter.java | 7 +- .../bloomfilter/AbstractBloomFilterTest.java | 8 +- .../bloomfilter/ArrayCountingBloomFilterTest.java | 22 ++-- .../bloomfilter/DefaultBloomFilterMethodsTest.java | 6 +- 9 files changed, 193 insertions(+), 142 deletions(-)