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

Method remove

output/java_guava/1.4.19/Maps.java:2747–2750  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

containsKeyMethod · 0.95
removeMethod · 0.65

Tested by

no test coverage detected