Collections.Map.putAll()

Signature

void putAll ( Object map, Object mapToBeAdded )

Domain

ACTION

Description

Copies all of the mappings from the specified map to this map.

Parameters

NameTypeDescription
mapObjectThe Map object
mapToBeAddedObjectMappings to be stored in this map

Returns

TypeDescription
void

Cautions

none