com.liferay.portal.kernel.util
Class HashUtil
java.lang.Object
com.liferay.portal.kernel.util.HashUtil
public class HashUtil
- extends Object
Method Summary |
static int |
hash(int seed,
boolean value)
|
static int |
hash(int seed,
int value)
|
static int |
hash(int seed,
long value)
|
static int |
hash(int seed,
Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashUtil
public HashUtil()
hash
public static int hash(int seed,
boolean value)
hash
public static int hash(int seed,
int value)
hash
public static int hash(int seed,
long value)
hash
public static int hash(int seed,
Object value)