MCPcopy
hub / github.com/google/guava / clear

Method clear

guava/src/com/google/common/collect/Maps.java:4156–4159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4154 }
4155
4156 @Override
4157 public void clear() {
4158 map().clear();
4159 }
4160 }
4161
4162 abstract static class EntrySet<K extends @Nullable Object, V extends @Nullable Object>

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected