public class MurmurHash
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static int |
MURMUR2_MAGIC |
private static int |
MURMUR2_R |
| Constructor and Description |
|---|
MurmurHash() |
| Modifier and Type | Method and Description |
|---|---|
static int |
hash32(byte[] src,
int offset,
int length,
int seed) |
private static final int MURMUR2_MAGIC
private static final int MURMUR2_R