MCPcopy Create free account
hub / github.com/PCGen/pcgen / putAll

Method putAll

code/src/java/pcgen/cdom/util/MapKeyMap.java:71–75  ·  view source on GitHub ↗

Copies the key/value combinations from the given MapKeyMap into this MapKeyMap. If this MapKeyMap already contained a mapping for the any of the key combinations in the given MapKeyMap, the previous value is overwritten. @param mkm The MapKeyMap for which the key/value combinations shoul

(MapKeyMap mkm)

Source from the content-addressed store, hash-verified

69 * if the given MapKeyMap is null
70 */
71 @SuppressWarnings("unchecked")
72 public final void putAll(MapKeyMap mkm)
73 {
74 map.putAll(mkm.map);
75 }
76
77 /**
78 * Adds the given value to the List for the given ListKey. The null value

Callers 15

testPutAllMethod · 0.95
setContentsMethod · 0.45
overlayCDOMObjectMethod · 0.45
cloneMethod · 0.45
copyContentsMethod · 0.45
copyContentsMethod · 0.45
copyContentsMethod · 0.45
copyContentsMethod · 0.45
ClassInfoMethod · 0.45
copyContentsMethod · 0.45
copyContentsMethod · 0.45
copyContentsMethod · 0.45

Calls

no outgoing calls

Tested by 1

testPutAllMethod · 0.76