|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.claritysys.util.HashCodes
public class HashCodes
Return the hashcodes for various data types.
Constructor Summary | |
---|---|
HashCodes()
|
Method Summary | |
---|---|
static int |
getHash(double value)
Return the Java hashcode for the given value. |
static int |
getHash(float value)
Return the Java hashcode for the given value. |
static int |
getHash(int value)
Return the Java hashcode for the given value. |
static int |
getHash(long value)
Return the Java hashcode for the given value. |
static int |
getHash(java.lang.Object value)
Return the Java hashcode for the given value. |
static int |
getHash(java.lang.String value)
Return the Java hashcode for the given value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HashCodes()
Method Detail |
---|
public static int getHash(int value)
public static int getHash(java.lang.String value)
public static int getHash(long value)
public static int getHash(java.lang.Object value)
public static int getHash(float value)
public static int getHash(double value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |