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

Method clear

output/java_guava/1.4.19/Maps.java:3515–3518  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3513 }
3514
3515 @Override
3516 public void clear() {
3517 Iterators.clear(entryIterator());
3518 }
3519 }
3520
3521 /**

Callers

nothing calls this directly

Calls 2

clearMethod · 0.95
entryIteratorMethod · 0.95

Tested by

no test coverage detected