MCPcopy Index your code
hub / github.com/antlr/codebuff / removeValuesForKey

Method removeValuesForKey

output/java_guava/1.4.17/Multimaps.java:1785–1787  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

1783
1784
1785 void removeValuesForKey(Object key) {
1786 multimap.keySet().remove(key);
1787 }
1788
1789 @WeakOuter
1790 class EntrySet extends Maps.EntrySet<K, Collection<V>> {

Callers 1

removeMethod · 0.45

Calls 2

removeMethod · 0.65
keySetMethod · 0.65

Tested by

no test coverage detected