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

Method clear

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

Source from the content-addressed store, hash-verified

3929 }
3930
3931 @Override
3932 public void clear() {
3933 map().clear();
3934 }
3935 }
3936
3937 abstract static class EntrySet<K, V> extends Sets.ImprovedAbstractSet<Entry<K, V>> {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected