public final class MurmurHash3 extends Object
| Constructor and Description |
|---|
MurmurHash3() |
| Modifier and Type | Method and Description |
|---|---|
static long |
murmurhash3(byte[] key,
int seed) |
static long |
murmurhash3(CharSequence chars,
int seed)
This version hashes the characters directly.
|
public static long murmurhash3(byte[] key,
int seed)
public static long murmurhash3(CharSequence chars, int seed)
Copyright © 2017. All rights reserved.