MCPcopy Index your code
hub / github.com/PCGen/pcgen / put

Method put

code/src/java/pcgen/util/CollectionMap.java:47–47  ·  view source on GitHub ↗

Associates the specified collection with the specified key in this map (optional operation). If the map previously contained a mapping for the key, the old collection is replaced by the specified value. (A map m is said to contain a mapping for a key k if and only if {@link #cont

(K key, C collection)

Source from the content-addressed store, hash-verified

45 * or value prevents it from being stored in this map
46 */
47 @Override
48 C put(K key, C collection);
49
50 boolean add(K key, V value);

Callers 15

setUpMethod · 0.65
setUpMethod · 0.65
setUpMethod · 0.65
setUpMethod · 0.65
setUpMethod · 0.65
setUpMethod · 0.65
setUpMethod · 0.65
setUpMethod · 0.65

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52