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

Method clear

output/java_guava/1.4.17/HashBiMap.java:522–525  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

520 }
521
522 @Override
523 public void clear() {
524 forward().clear();
525 }
526
527 @Override
528 public boolean containsKey(@Nullable Object value) {

Callers

nothing calls this directly

Calls 2

forwardMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected