Uses of Interface
org.apache.commons.collections4.bloomfilter.CountingBloomFilter
Packages that use CountingBloomFilter
Package
Description
Collects extensible Bloom filter classes and interfaces.
-
Uses of CountingBloomFilter in org.apache.commons.collections4.bloomfilter
Classes in org.apache.commons.collections4.bloomfilter that implement CountingBloomFilterModifier and TypeClassDescriptionfinal classA counting Bloom filter using an int array to track cells for each enabled bit.Methods in org.apache.commons.collections4.bloomfilter that return CountingBloomFilterModifier and TypeMethodDescriptionCountingBloomFilter.copy()Creates a new instance of the CountingBloomFilter with the same properties as the current one.