Interface | Description |
---|---|
BloomFilter<T> |
Represents a Bloom filter and provides default methods for hashing.
|
CountingBloomFilter<T> |
Represents a Counting Bloom Filter, which in contrast to a normal Bloom filter also allow removal.
|
HashProvider.HashFunction |
An interface which can be implemented to provide custom hash functions.
|
Class | Description |
---|---|
FilterBuilder |
Builder for Bloom Filters.
|
HashProvider |
Enum | Description |
---|---|
HashProvider.HashMethod |
Different types of hash functions that can be used.
|