Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testDKMconstructorTwoRemoveAll
Method · 0.65
processMethods
Method · 0.65
checkPluginJar
Method · 0.65
scanForUnusedKeys
Method · 0.65
testRemoveAllNull
Method · 0.65
testRemoveAllUseless
Method · 0.65
testRemoveAllList
Method · 0.65
testRemoveAllTwice
Method · 0.65
testRemoveAllNullInList
Method · 0.65
testRemoveAll
Method · 0.65
testGetSetIndependence
Method · 0.65
testRemoveAllUnsetEmpty
Method · 0.65
Calls
no outgoing calls
Tested by
15
testDKMconstructorTwoRemoveAll
Method · 0.52
checkPluginJar
Method · 0.52
scanForUnusedKeys
Method · 0.52
testRemoveAllNull
Method · 0.52
testRemoveAllUseless
Method · 0.52
testRemoveAllList
Method · 0.52
testRemoveAllTwice
Method · 0.52
testRemoveAllNullInList
Method · 0.52
testRemoveAll
Method · 0.52
testGetSetIndependence
Method · 0.52
testRemoveAllUnsetEmpty
Method · 0.52
testTypeRemoveAllNull
Method · 0.52