public class MurmurHash
extends java.lang.Object
The C version of MurmurHash 2.0 found at that site was ported to Java by Andrzej Bialecki (ab at getopt org).
| Constructor and Description |
|---|
MurmurHash() |
| Modifier and Type | Method and Description |
|---|---|
static MurmurHash |
getInstance() |
int |
hash(byte[] data,
int length,
int seed) |
public static MurmurHash getInstance()
public int hash(byte[] data,
int length,
int seed)