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

Method clear

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

Source from the content-addressed store, hash-verified

3878 }
3879
3880 @Override
3881 public void clear() {
3882 map().clear();
3883 }
3884
3885 @Override
3886 public boolean contains(Object o) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected