public final class Hasher extends Object
Modifier and Type | Method and Description |
---|---|
static int |
hash(char... values)
Returns the hash of a chars array argument.
|
static int |
hash(String... values)
Returns the hash of a strings array argument.
|
static int |
hash(StringBuilder value)
Returns the hash of a
StringBuilder argument. |
public static int hash(StringBuilder value)
StringBuilder
argument.value
- string builder to use to get the hashStringBuilder
public static int hash(String... values)
values
- strings array to use to get the hashpublic static int hash(char... values)
values
- chars array to use to get the hash