public class HashUtil
extends java.lang.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,
java.lang.Object value) |