public class HashCodes
extends java.lang.Object
Constructor and Description |
---|
HashCodes() |
Modifier and Type | Method and Description |
---|---|
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.
|
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)
Copyright ? 2002 Clarity Systems Group, LLC. All Rights Reserved.