Generated by
JDiff

Package com.google.common.hash

Changed Classes and Interfaces
BloomFilter A Bloom filter for instances of {@code T}.
Funnels Funnels for common types.
HashCode An immutable hash code of arbitrary bit length.
HashCodes Static factories for creating HashCode instances; most users should never have to use this.
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.
Hashing Static methods to obtain HashFunction instances, and other static hashing-related utilities.
PrimitiveSink An object which can receive a stream of primitive values.