Object.hashCode

Object.hashCode

Class Overview | Class Members | This Package | All Packages

Syntax
public native int hashCode()
Returns
a hash code value for this object.
Description
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:

See Also
equals, Hashtable