- Enclosing class:
- BloomCalculations
public static final class BloomCalculations.BloomSpecification
extends Object
A wrapper class that holds two key parameters for a Bloom Filter: the
number of hash functions used, and the number of buckets per element used.