Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class HashCodeFactoryUtil

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

public class HashCodeFactoryUtil
extends Object


Constructor Summary
HashCodeFactoryUtil()
           
 
Method Summary
static HashCode getHashCode()
           
static HashCode getHashCode(int initialNonZeroOddNumber, int multiplierNonZeroOddNumber)
           
static HashCodeFactory getHashCodeFactory()
           
 void setHashCodeFactory(HashCodeFactory hashCodeFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashCodeFactoryUtil

public HashCodeFactoryUtil()
Method Detail

getHashCode

public static HashCode getHashCode()

getHashCode

public static HashCode getHashCode(int initialNonZeroOddNumber,
                                   int multiplierNonZeroOddNumber)

getHashCodeFactory

public static HashCodeFactory getHashCodeFactory()

setHashCodeFactory

public void setHashCodeFactory(HashCodeFactory hashCodeFactory)

Liferay 6.1.2-ce-ga3