public class HashFunctions extends Object
Modifier and Type | Method and Description |
---|---|
static int |
hash(boolean value)
Returns a hashcode for the specified value.
|
static int |
hash(char value)
Returns a hashcode for the specified value.
|
static int |
hash(double value)
Returns a hashcode for the specified value.
|
static int |
hash(float value)
Returns a hashcode for the specified value.
|
static int |
hash(int value)
Returns a hashcode for the specified value.
|
static int |
hash(long value)
Returns a hashcode for the specified value.
|
static int |
hash(Object object)
Returns a hashcode for the specified object.
|
static int |
hash(short value)
Returns a hashcode for the specified value.
|
public static int hash(char value)
public static int hash(double value)
public static int hash(float value)
public static int hash(int value)
public static int hash(long value)
public static int hash(Object object)
public static int hash(short value)
public static int hash(boolean value)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics