Package java.util
Class HashMap

Public Method putAll

void putAll(Map t)

Overrides:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Copies all of the mappings from the specified map to this one. These mappings replace any mappings that this map had for any of the keys currently in the specified map.