|
Colt 1.2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cern.colt.map.HashFunctions
Provides various hash functions.
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
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)
|
Colt 1.2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |