public class MurmurHash extends Object
The C version of MurmurHash 2.0 found at that site was ported to Java by Andrzej Bialecki (ab at getopt org).
MurmurHash()
static int
hash(byte[] data, int offset, int length, int seed)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MurmurHash()
public static int hash(byte[] data, int offset, int length, int seed)