public class HashUtil extends Object
Constructor and Description |
---|
HashUtil() |
Modifier and Type | Method and Description |
---|---|
static int |
hash(int seed,
boolean value) |
static int |
hash(int seed,
int value) |
static int |
hash(int seed,
long value) |
static int |
hash(int seed,
Object value) |
public static int hash(int seed, boolean value)
public static int hash(int seed, int value)
public static int hash(int seed, long value)
public static int hash(int seed, Object value)