Package | Description |
---|---|
com.google.common.hash |
Hash functions and related structures.
|
Class and Description |
---|
BloomFilter
A Bloom filter for instances of
T . |
Funnel
An object which can send data from an object of type
T into a Sink . |
HashCode
An immutable hash code of arbitrary bit length.
|
Hasher
A
Sink 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.
|
Sink
An object which can receive a stream of primitive values.
|
Copyright © 2010-2012. All Rights Reserved.