public class MurmurHash
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MURMUR2_MAGIC |
Constructor and Description |
---|
MurmurHash() |
Modifier and Type | Method and Description |
---|---|
static int |
hash32(byte[] src,
int offset,
int length,
int seed) |
public static final int MURMUR2_MAGIC
Copyright © 2001-2018 JRuby. All Rights Reserved.