Uses of Interface
org.apache.commons.collections4.bloomfilter.Hasher
Packages that use Hasher
Package
Description
Implements Bloom filter classes and interfaces.
-
Uses of Hasher in org.apache.commons.collections4.bloomfilter
Classes in org.apache.commons.collections4.bloomfilter that implement HasherModifier and TypeClassDescriptionclass
A Hasher that implements combinatorial hashing as described by Krisch and Mitzenmacher using the enhanced double hashing technique described in the wikipedia article Double Hashing.Methods in org.apache.commons.collections4.bloomfilter with parameters of type HasherModifier and TypeMethodDescriptiondefault boolean
Returnstrue
if this filter contains the bits specified in the hasher.boolean
boolean
int[]
Finds the layers in which the Hasher is found.default int
CountingBloomFilter.getMaxInsert
(Hasher hasher) Determines the maximum number of times the Hasher could have been merged into this counting filter.default boolean
Merges the specified hasher into this Bloom filter.default boolean
Merges the specified Hasher into this Bloom filter.boolean
boolean
boolean
default boolean
Removes the unique values from the specified hasher from this Bloom filter.