Generated by
JDiff

Class com.google.common.hash.BloomFilter

Removed Methods
(Collector<T, ?, BloomFilter<T>>toBloomFilter(Funnel<?, super, T>, long) Returns a {@code Collector} expecting the specified number of insertions, and yielding a BloomFilter with false positive probability 3%.
(Collector<T, ?, BloomFilter<T>>toBloomFilter(Funnel<?, super, T>, long, double) Returns a {@code Collector} expecting the specified number of insertions, and yielding a BloomFilter with the specified expected false positive probability.
 

Changed Methods
boolean equals(Object) Change in signature from Object to java.lang.Object.