public final class Hash extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
hash(byte[] data,
int seed) |
static int |
hash(byte[] data,
int offset,
int len,
int seed)
Partial array hash that start at offset and with len size.
|
public static int hash(byte[] data,
int seed)
public static int hash(byte[] data,
int offset,
int len,
int seed)
data - full dataoffset - data start offsetlen - length of dataseed - hash seedCopyright © 2011–2020. All rights reserved.