ImageGear for Java
hashCode Method
Returns a hash code value for the object. This method is supported for the benefit of hashtables such as those provided by java.util.Hashtable.

The general contract of hashCode is:

As much as is reasonably practical, the hashCode method defined by class Object does return distinct integers for distinct objects. (This is typically implemented by converting the internal address of the object into an integer, but this implementation technique is not required by the Java programming language.)

Syntax
public int hashCode()

Return Value

a hash code value for this object.
See Also

Reference

ImGearRationalUInt Class
ImGearRationalUInt Members
java.util.Hashtable

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback