Method putAll(Map extends K,? extends V> t)
Return type: void
Member of:
java.util.Hashtable
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
putAll(params);
2
this.putAll(properties);
3
dest.putAll(source);
4
tempTable.putAll(brickAttributes);
5
row.putAll(cols);
6
p.putAll(m);
7
properties.putAll (old);
8
this.environment.putAll(environment);
9
putAll(parent);
10
config.putAll(props);
11
userSettings.putAll(settings);
12
props.putAll(hash);
13
files.putAll(_genfiles);
14
putAll((Properties) i.next());
15
v1Row.putAll(v2Row);
16
spProps.putAll(SystemProperties.getSystemPropertiesWithPrefix(PREFIX));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.