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

Method clear

output/java_guava/1.4.19/ForwardingTable.java:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 @Override
51 public void clear() {
52 delegate().clear();
53 }
54
55 @Override
56 public Map<R, V> column(C columnKey) {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected