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