Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
put
Method · 0.95
remove
Method · 0.95
Calls
3
entrySet
Method · 0.65
getKey
Method · 0.65
setValue
Method · 0.45
Tested by
no test coverage detected