Uses of Class
org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
-
Packages that use SimpleBloomFilter Package Description org.apache.commons.collections4.bloomfilter Implements Bloom filter classes and interfaces. -
-
Uses of SimpleBloomFilter in org.apache.commons.collections4.bloomfilter
Methods in org.apache.commons.collections4.bloomfilter that return SimpleBloomFilter Modifier and Type Method Description SimpleBloomFilterSimpleBloomFilter. copy()Creates a new instance of thisSimpleBloomFilterwith the same properties as the current one.SimpleBloomFilterLayeredBloomFilter. flatten()Create a standard (non-layered) Bloom filter by merging all of the layers.
-