Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ entrySet
Method
entrySet
output/java8/1.4.13/TypeRegistry.java:189–191 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
187
}
188
189
public
Set<Entry<Class<?>, V>> entrySet() {
190
return
Collections.unmodifiableSet(backingStore.entrySet());
191
}
192
193
protected
void
handleAlteration(Class<?> clazz) {
194
for
(Map.Entry<Class<?>, ?> entry : cache.entrySet()) {
Callers
nothing calls this directly
Calls
1
entrySet
Method · 0.65
Tested by
no test coverage detected