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

Method containsKey

code/src/java/pcgen/facade/util/MapFacade.java:48–48  ·  view source on GitHub ↗

tests whether the map has a value with the given key @param key @return true if a key is found, false otherwise

(K key)

Source from the content-addressed store, hash-verified

46 * @return true if a key is found, false otherwise
47 */
48 boolean containsKey(K key);
49
50 /**
51 * Note: This is shorthand for (getSize() == 0)

Callers 15

runContainsKeyMethod · 0.65
runRemoveMethod · 0.65
testContainsKeyMethod · 0.65
addNodeMethod · 0.65
containsNodeMethod · 0.65
addNodeMethod · 0.65
getInternalizedNodeMethod · 0.65
containsNodeMethod · 0.65
getMethod · 0.65
containsListForMethod · 0.65
containsKeyMethod · 0.65
containsValueMethod · 0.65

Calls

no outgoing calls

Tested by 8

runContainsKeyMethod · 0.52
runRemoveMethod · 0.52
testContainsKeyMethod · 0.52
testTypeRemoveAllMethod · 0.52
testObjRemoveAllMethod · 0.52
testTypeRemoveAllMethod · 0.52
testObjRemoveAllMethod · 0.52
testEqualityMethod · 0.52