public class Murmur128Hash extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
hash(String value,
int seed)
get hashcode of value by seed
|
static int |
hash(String value1,
long value2,
int seed)
get hashcode of two values by seed
|
public static int hash(String value, int seed)
value - valueseed - seedpublic static int hash(String value1, long value2, int seed)
value1 - the first valuevalue2 - the second valueseed - seedCopyright © 2022 The Apache Software Foundation. All rights reserved.