public class HashCodeHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INITIAL |
| Constructor and Description |
|---|
HashCodeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static int |
hash(int h,
boolean b) |
static int |
hash(int h,
double d) |
static int |
hash(int h,
float f) |
static int |
hash(int h,
int i) |
static int |
hash(int h,
long l) |
static int |
hash(int h,
java.lang.Object o) |
public static final int INITIAL
public static final int hash(int h,
int i)
public static final int hash(int h,
boolean b)
public static final int hash(int h,
long l)
public static final int hash(int h,
double d)
public static final int hash(int h,
float f)
public static final int hash(int h,
java.lang.Object o)