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) |