public class StringHasher extends Object implements Hasher
| Constructor and Description |
|---|
StringHasher() |
| Modifier and Type | Method and Description |
|---|---|
int |
hash32(byte[] bytes)
Returns the 32-bit hash of the given bytes.
|
long |
hash64(byte[] bytes)
Returns the 64-bit hash of the given bytes.
|
int |
hashCode() |
Copyright © 2013–2016. All rights reserved.