Microsoft SDK for Java

hashCode

This method of the Name class retrieves the hash code for the Name. A global hash table of all Name objects that have been constructed is used to share duplicate strings.

Syntax

public int hashCode();

Return Value

Returns the hash code for the Name.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.