Generated by
JDiff

Package com.google.common.hash

Removed Interfaces
Sink An object which can receive a stream of primitive values.
 

Added Classes and Interfaces
HashCodes Static factories for creating HashCode instances; most users should never have to use this.
PrimitiveSink An object which can receive a stream of primitive values.
 

Changed Classes and Interfaces
BloomFilter A Bloom filter for instances of {@code T}.
Funnel An object which can send data from an object of type {@code T} into a {@code PrimitiveSink}.
HashFunction A hash function is a collision-averse pure function that maps an arbitrary block of data to a number called a hash code.
Hasher A PrimitiveSink that can compute a hash code after reading the input.