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

Method removeAll

code/src/java/pcgen/util/CollectionMap.java:59–59  ·  view source on GitHub ↗
(Object key, Collection<?> c)

Source from the content-addressed store, hash-verified

57 boolean remove(Object key, Object value);
58
59 boolean removeAll(Object key, Collection<?> c);
60
61 boolean retainAll(Object key, Collection<?> c);
62

Callers 15

processMethodsMethod · 0.65
checkPluginJarMethod · 0.65
scanForUnusedKeysMethod · 0.65
testRemoveAllNullMethod · 0.65
testRemoveAllUselessMethod · 0.65
testRemoveAllListMethod · 0.65
testRemoveAllTwiceMethod · 0.65
testRemoveAllMethod · 0.65

Calls

no outgoing calls

Tested by 15

checkPluginJarMethod · 0.52
scanForUnusedKeysMethod · 0.52
testRemoveAllNullMethod · 0.52
testRemoveAllUselessMethod · 0.52
testRemoveAllListMethod · 0.52
testRemoveAllTwiceMethod · 0.52
testRemoveAllMethod · 0.52
testTypeRemoveAllNullMethod · 0.52