| 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}. |
|
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. |
|
Hashing
|
Static methods to obtain HashFunction instances, and other static hashing-related
utilities. |