Package java.utilClass AbstractMap
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.