Package java.util
Class AbstractMap

Public Method hashCode

int hashCode()

Overrides:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Implements interface method Map.hashCode.

This implementation iterates over entrySet(), calling hashCode on each element (entry) in the Collection, and adding up the results.