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

Method putAll

output/java8/1.4.14/TypeRegistry.java:170–174  ·  view source on GitHub ↗
(Map<? extends Class<?>, ? extends V> m)

Source from the content-addressed store, hash-verified

168 }
169
170 public void putAll(Map<? extends Class<?>, ? extends V> m) {
171 for (Map.Entry<? extends Class<?>, ? extends V> entry : m.entrySet()) {
172 put(entry.getKey(), entry.getValue());
173 }
174 }
175
176 public void clear() {
177 backingStore.clear();

Callers

nothing calls this directly

Calls 4

putMethod · 0.95
entrySetMethod · 0.65
getKeyMethod · 0.65
getValueMethod · 0.65

Tested by

no test coverage detected