public final class HashCodeUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SEED |
| Constructor and Description |
|---|
HashCodeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
hash(int aSeed,
boolean aBoolean) |
static int |
hash(int aSeed,
char aChar) |
static int |
hash(int aSeed,
double aDouble) |
static int |
hash(int aSeed,
float aFloat) |
static int |
hash(int aSeed,
int aInt) |
static int |
hash(int aSeed,
long aLong) |
static int |
hash(int aSeed,
Object aObject) |
public static final int SEED
public static int hash(int aSeed,
boolean aBoolean)
public static int hash(int aSeed,
char aChar)
public static int hash(int aSeed,
int aInt)
public static int hash(int aSeed,
long aLong)
public static int hash(int aSeed,
float aFloat)
public static int hash(int aSeed,
double aDouble)
public static int hash(int aSeed,
Object aObject)
Copyright © 2008–2015 Delhezi. All rights reserved.