System.identityHashCode
Class Overview | Class Members |
This Package |
All Packages
public static native int identityHashCode( Object x )
Description
Returns the same hashcode for the given object as
would be returned by the default method hashCode(),
whether or not the given object's class overrides
hashCode().
The hashcode for the null reference is zero.