Package java.util
Interface Map

Public Method putAll

abstract void putAll(Map m)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Copies all of the mappings from the specified map to this map (optional operation).

These mappings will replace any mappings that this map had for any of the keys currently in the specified map.