Method putAll(Map extends K,? extends V> t)
Return type: void
Member of:
java.util.Map
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
existingMap.putAll(newMap);
2
mMap.putAll(map);
3
ret.putAll(overrides);
4
settingsMap.putAll(initializerValuesMap);
5
_variables.putAll(t);
6
map.putAll(t);
7
this.hResults.putAll(res.hResults);
8
dataMap.putAll(otherData);
9
map1.putAll(map);
10
dest.putAll(src);
11
context.putAll(newResult);
12
this.props.putAll(props);
13
newconf.putAll((Map)val.getValue());
14
fields.putAll(getFields(param.getType(), prefix + (prefix.length() == 0 ? "" : ".") + name + "."));
15
map.putAll(m2);
16
properties.putAll( toAdd );
17
_prefsMap.putAll(props);
18
m.putAll((Map)a);
19
returnedResults.putAll(processResultSet(cs.getResultSet(), rsParam));
20
m.putAll(props);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.