Liferay 6.1.2-ce-ga3

com.liferay.portal.util
Class HashCodeFactoryImpl

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

public class HashCodeFactoryImpl
extends Object
implements HashCodeFactory


Constructor Summary
HashCodeFactoryImpl()
           
 
Method Summary
 HashCode getHashCode()
           
 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 HashCode getHashCode()
Specified by:
getHashCode in interface HashCodeFactory

getHashCode

public HashCode getHashCode(int initialNonZeroOddNumber,
                            int multiplierNonZeroOddNumber)
Specified by:
getHashCode in interface HashCodeFactory

Liferay 6.1.2-ce-ga3