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

Method remove

output/java_guava/1.4.17/StandardTable.java:854–857  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

852 }
853
854 @Override
855 public Map<R, V> remove(Object key) {
856 return containsColumn(key) ? removeColumn(key) : null;
857 }
858
859 @Override
860 public Set<Entry<C, Map<R, V>>> createEntrySet() {

Callers

nothing calls this directly

Calls 2

containsColumnMethod · 0.65
removeColumnMethod · 0.45

Tested by

no test coverage detected