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

Method addAllLists

PCGen-base/code/src/java/pcgen/base/util/MapToList.java:79–79  ·  view source on GitHub ↗

Adds all of the Lists in the given MapToList to this MapToList. @param mtl The MapToList from which all of the Lists should be imported @throws NullPointerException if the given MapToList is null

(MapToList<K, V> mtl)

Source from the content-addressed store, hash-verified

77 * if the given MapToList is null
78 */
79 public void addAllLists(MapToList<K, V> mtl);
80
81 /**
82 * Returns true if this MapToList contains a List for the given key. This

Callers 14

testAddAllListsMethod · 0.65
testAddAllListsMethod · 0.65
testAddAllListsMethod · 0.65
testAddAllListsMethod · 0.65
addAllMethod · 0.65
cloneMethod · 0.65
overlayCDOMObjectMethod · 0.65
cloneMethod · 0.65
copyContentsMethod · 0.65
copyContentsMethod · 0.65
addAllListsMethod · 0.65
addAllListsMethod · 0.65

Implementers 1

AbstractMapToListPCGen-base/code/src/java/pcgen/base/ut

Calls

no outgoing calls

Tested by 4

testAddAllListsMethod · 0.52
testAddAllListsMethod · 0.52
testAddAllListsMethod · 0.52
testAddAllListsMethod · 0.52