public final class HashFunctions
extends java.lang.Object
Constructor and Description |
---|
HashFunctions() |
Modifier and Type | Method and Description |
---|---|
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(java.lang.Object object)
Returns a hashcode for the specified object.
|
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(java.lang.Object object)
GNU Trove is copyright © 2001-2009 Eric D. Friedman. All Rights Reserved.