Uses of Class
org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
Packages that use SimpleBloomFilter
Package
Description
Implements Bloom filter classes and interfaces.
-
Uses of SimpleBloomFilter in org.apache.commons.collections4.bloomfilter
Classes in org.apache.commons.collections4.bloomfilter that implement interfaces with type arguments of type SimpleBloomFilterModifier and TypeClassDescriptionfinal class
A bloom filter using an array of bit maps to track enabled bits.Methods in org.apache.commons.collections4.bloomfilter that return SimpleBloomFilterModifier and TypeMethodDescriptionSimpleBloomFilter.copy()
Creates a new instance of thisSimpleBloomFilter
with the same properties as the current one.LayeredBloomFilter.flatten()
Create a standard (non-layered) Bloom filter by merging all of the layers.