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