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
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.