public class Murmur2Hasher extends Object implements Hasher
| Constructor and Description |
|---|
Murmur2Hasher() |
Murmur2Hasher(int seed) |
| Modifier and Type | Method and Description |
|---|---|
int |
hash32(byte[] bytes)
Returns the 32-bit hash of the given bytes.
|
long |
hash64(byte[] bytes)
Returns the 64-bit hash of the given bytes.
|
int |
hashCode() |
public Murmur2Hasher()
public Murmur2Hasher(int seed)
Copyright © 2013–2016. All rights reserved.