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

Method clear

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

Source from the content-addressed store, hash-verified

3933 }
3934
3935 @Override
3936 public void clear() {
3937 map().clear();
3938 }
3939 }
3940
3941 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