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

Method remove

output/java_guava/1.4.17/AbstractBiMap.java:216–223  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

214 }
215
216 @Override
217 public boolean remove(Object key) {
218 if (!contains(key)) {
219 return false;
220 }
221 removeFromBothMaps(key);
222 return true;
223 }
224
225 @Override
226 public boolean removeAll(Collection<?> keysToRemove) {

Callers

nothing calls this directly

Calls 2

containsMethod · 0.95
removeFromBothMapsMethod · 0.45

Tested by

no test coverage detected