Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class HashUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.HashUtil

public class HashUtil
extends Object


Constructor Summary
HashUtil()
           
 
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
 

Constructor Detail

HashUtil

public HashUtil()
Method Detail

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)

Liferay 6.1.2-ce-ga3