Generated by
JDiff

Package com.google.common.hash

Removed Classes
HashCodes Static factories for creating HashCode instances; most users should never have to use this.
 

Added Classes
HashingInputStream An InputStream that maintains a hash of the data read from it.
HashingOutputStream An OutputStream that maintains a hash of the data written to it.
 

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.
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.
PrimitiveSink An object which can receive a stream of primitive values.