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

Method handleAlteration

output/java8/1.4.14/TypeRegistry.java:193–199  ·  view source on GitHub ↗
(Class<?> clazz)

Source from the content-addressed store, hash-verified

191 }
192
193 protected void handleAlteration(Class<?> clazz) {
194 for (Map.Entry<Class<?>, ?> entry : cache.entrySet()) {
195 if ( clazz.isAssignableFrom(entry.getKey()) ) {
196 entry.setValue(null);
197 }
198 }
199 }
200}

Callers 2

putMethod · 0.95
removeMethod · 0.95

Calls 3

entrySetMethod · 0.65
getKeyMethod · 0.65
setValueMethod · 0.45

Tested by

no test coverage detected