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