Package java.util
Interface Map

Public Method hashCode

abstract int hashCode()

Overrides:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns the hash code value for this map. The hash code of a map is defined to be the sum of the hashCodes of each entry in the map's entrySet view. This ensures that t1.equals(t2) implies that t1.hashCode()==t2.hashCode() for any two maps t1 and t2, as required by the general contract of Object.hashCode.