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

Method remove

output/java_guava/1.4.17/Multimaps.java:1808–1816  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

1806 }
1807
1808 @Override
1809 public boolean remove(Object o) {
1810 if (!contains(o)) {
1811 return false;
1812 }
1813 Map.Entry<?, ?> entry = (Map.Entry<?, ?>) o;
1814 removeValuesForKey(entry.getKey());
1815 return true;
1816 }
1817 }
1818
1819 @SuppressWarnings("unchecked")

Callers

nothing calls this directly

Calls 3

containsMethod · 0.95
getKeyMethod · 0.65
removeValuesForKeyMethod · 0.45

Tested by

no test coverage detected