Uses of Package
com.google.common.hash
Package
Description
Hash functions and related structures.
Utility methods and classes for I/O; for example input streams, output streams, readers, writers,
and files.
-
ClassDescriptionA Bloom filter for instances of
T
.An object which can send data from an object of typeT
into aPrimitiveSink
.An immutable hash code of arbitrary bit length.APrimitiveSink
that can compute a hash code after reading the input.A hash function is a collision-averse pure function that maps an arbitrary block of data to a number called a hash code.An object which can receive a stream of primitive values. -
ClassDescriptionAn immutable hash code of arbitrary bit length.A hash function is a collision-averse pure function that maps an arbitrary block of data to a number called a hash code.