com.liferay.portal.util
Class HashCodeFactoryImpl

java.lang.Object
  extended by com.liferay.portal.util.HashCodeFactoryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.util.HashCodeFactory

public class HashCodeFactoryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.util.HashCodeFactory

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
HashCodeFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.util.HashCode getHashCode()
           
 com.liferay.portal.kernel.util.HashCode getHashCode(int initialNonZeroOddNumber, int multiplierNonZeroOddNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashCodeFactoryImpl

public HashCodeFactoryImpl()
Method Detail

getHashCode

public com.liferay.portal.kernel.util.HashCode getHashCode()
Specified by:
getHashCode in interface com.liferay.portal.kernel.util.HashCodeFactory

getHashCode

public com.liferay.portal.kernel.util.HashCode getHashCode(int initialNonZeroOddNumber,
                                                           int multiplierNonZeroOddNumber)
Specified by:
getHashCode in interface com.liferay.portal.kernel.util.HashCodeFactory