public final class Murmur3 extends Object implements Serializable
| Constructor and Description |
|---|
Murmur3(int seed)
Constructs a Murmur3 hash with the given seed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
hashUnencodedChars(CharSequence input)
Hashes a character stream to an int using Murmur3.
|
public int hashUnencodedChars(CharSequence input)