-
bits
net.tribe7.common.hash.BloomFilterStrategies.BitArray bits
The bit set of the BloomFilter (not necessarily power of 2!)
-
numHashFunctions
int numHashFunctions
Number of hashes per element
-
funnel
Funnel<T> funnel
The funnel to translate Ts to bytes
-
strategy
net.tribe7.common.hash.BloomFilter.Strategy strategy
The strategy we employ to map an element T to numHashFunctions bit indexes.