Generated by
JDiff

Class com.google.common.hash.Hashing

Added Methods
HashFunction murmur3_32_fixed() Returns a hash function implementing the 32-bit murmur3 algorithm, x86 variant (little-endian variant), using a seed value of zero.
HashFunction murmur3_32_fixed(int) Returns a hash function implementing the 32-bit murmur3 algorithm, x86 variant (little-endian variant), using the given seed value.
 

Changed Methods
HashFunction murmur3_32() Now deprecated.
This implementation produces incorrect hash values from the {@link HashFunction#hashString} method if the string contains non-BMP characters.
HashFunction murmur3_32(int) Now deprecated.
This implementation produces incorrect hash values from the {@link HashFunction#hashString} method if the string contains non-BMP characters.