public static class MurmurHash3.IncrementalHash32
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
hash |
(package private) byte[] |
tail |
(package private) int |
tailLen |
(package private) int |
totalLen |
| Constructor and Description |
|---|
IncrementalHash32() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte[] data,
int offset,
int length) |
int |
end() |
void |
start(int hash) |