Generated by
JDiff

Class com.google.common.hash.BloomFilter

Removed Methods
double expectedFalsePositiveProbability() @deprecated Use .expectedFpp instead.
 

Added Methods
boolean isCompatible(BloomFilter<T>) Determines whether a given bloom filter is compatible with this bloom filter.
void putAll(BloomFilter<T>) Combines this bloom filter with another bloom filter by performing a bitwise OR of the underlying data.