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

Method clear

output/java_guava/1.4.18/ForwardingMap.java:87–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 @Override
88 public void clear() {
89 delegate().clear();
90 }
91
92 @Override
93 public boolean containsKey(@Nullable Object key) {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected