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

Method clear

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

Source from the content-addressed store, hash-verified

3864 }
3865
3866 @Override
3867 public void clear() {
3868 map().clear();
3869 }
3870 }
3871
3872 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