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

Method clear

corpus/java/training/guava/collect/Maps.java:3650–3653  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3648 }
3649
3650 @Override
3651 public void clear() {
3652 map().clear();
3653 }
3654 }
3655
3656 @Nullable

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected