Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.util.HashCode

Packages that use HashCode
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
 

Uses of HashCode in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util that return HashCode
 HashCode HashCode.append(boolean value)
           
 HashCode HashCode.append(boolean[] value)
           
 HashCode HashCode.append(byte value)
           
 HashCode HashCode.append(byte[] value)
           
 HashCode HashCode.append(char value)
           
 HashCode HashCode.append(char[] value)
           
 HashCode HashCode.append(double value)
           
 HashCode HashCode.append(double[] value)
           
 HashCode HashCode.append(float value)
           
 HashCode HashCode.append(float[] value)
           
 HashCode HashCode.append(int value)
           
 HashCode HashCode.append(int[] value)
           
 HashCode HashCode.append(long value)
           
 HashCode HashCode.append(long[] value)
           
 HashCode HashCode.append(Object value)
           
 HashCode HashCode.append(Object[] value)
           
 HashCode HashCode.append(short value)
           
 HashCode HashCode.append(short[] value)
           
 HashCode HashCode.appendSuper(int superHashCode)
           
 HashCode HashCodeFactory.getHashCode()
           
static HashCode HashCodeFactoryUtil.getHashCode()
           
 HashCode HashCodeFactory.getHashCode(int initialNonZeroOddNumber, int multiplierNonZeroOddNumber)
           
static HashCode HashCodeFactoryUtil.getHashCode(int initialNonZeroOddNumber, int multiplierNonZeroOddNumber)
           
 


Liferay 6.2-ce-ga5