Uses of Package
com.google.common.hash
-
Packages that use com.google.common.hash Package Description com.google.common.hash Hash functions and related structures.com.google.common.io Utility methods and classes for I/O; for example input streams, output streams, readers, writers, and files. -
Classes in com.google.common.hash used by com.google.common.hash Class Description BloomFilter A Bloom filter for instances ofT
.Funnel An object which can send data from an object of typeT
into aPrimitiveSink
.HashCode An immutable hash code of arbitrary bit length.Hasher APrimitiveSink
that can compute a hash code after reading the input.HashFunction A hash function is a collision-averse pure function that maps an arbitrary block of data to a number called a hash code.PrimitiveSink An object which can receive a stream of primitive values. -
Classes in com.google.common.hash used by com.google.common.io Class Description 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.