MCPcopy Create free account
hub / github.com/antlr/codebuff / remove

Method remove

output/java_guava/1.4.17/Maps.java:2745–2748  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

2743 }
2744
2745 @Override
2746 public V remove(Object key) {
2747 return containsKey(key) ? unfiltered.remove(key) : null;
2748 }
2749
2750 @Override
2751 Collection<V> createValues() {

Callers

nothing calls this directly

Calls 2

containsKeyMethod · 0.95
removeMethod · 0.65

Tested by

no test coverage detected