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

Method addToListFor

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

Adds the given value to the List for the given key. @param key The key indicating which List the given object should be added to. @param value The value to be added to the List for the given key.

(K key, V value)

Source from the content-addressed store, hash-verified

52 * The value to be added to the List for the given key.
53 */
54 public void addToListFor(K key, V value);
55
56 /**
57 * Adds all of the Objects in the given list to the (internal) List for the

Callers 15

populateMethod · 0.65
testPutGetMethod · 0.65
testRemoveFromListForMethod · 0.65
testContainsInListMethod · 0.65
testContainsAnyInListMethod · 0.65
testClearIsEmptyMethod · 0.65
testAddAllMethod · 0.65
testInstanceBehaviorMethod · 0.65
testGetElementInListMethod · 0.65
populateMethod · 0.65
testPutNullMethod · 0.65
runPutGetMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

populateMethod · 0.52
testPutGetMethod · 0.52
testRemoveFromListForMethod · 0.52
testContainsInListMethod · 0.52
testContainsAnyInListMethod · 0.52
testClearIsEmptyMethod · 0.52
testAddAllMethod · 0.52
testInstanceBehaviorMethod · 0.52
testGetElementInListMethod · 0.52
populateMethod · 0.52
testPutNullMethod · 0.52
runPutGetMethod · 0.52