MCPcopy Index your code
hub / github.com/antlr/codebuff / clear

Method clear

output/java_guava/1.4.17/Maps.java:887–890  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

885 }
886
887 @Override
888 public void clear() {
889 backingSet().clear();
890 }
891
892 @Override
893 protected Set<Entry<K, V>> createEntrySet() {

Callers

nothing calls this directly

Calls 2

backingSetMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected