Package | Description |
---|---|
com.landawn.abacus.hash |
Class and Description |
---|
BloomFilter
Note: It's copied from Google Guava under Apache License 2.0
A Bloom filter for instances of
T . |
HashCode
Note: It's copied from Google Guava under Apache License 2.0
An immutable hash code of arbitrary bit length.
|
Hasher
Note: It's copied from Google Guava under Apache License 2.0
Each hasher should translate all multibyte values (
Hasher.put(int) , Hasher.put(long) , etc) to bytes in
little-endian order. |
HashFunction
Note: It's copied from Google Guava under Apache License 2.0
A hash function is a collision-averse pure function that maps an arbitrary block of data to a
number called a hash code.
|