TIBCO BusinessEvents™
Standard
Collections
Map
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
Name
Type
Description
map
Object
The Map object
mapToBeAdded
Object
Mappings to be stored in this map
Returns
Type
Description
void
Cautions
none