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