Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ keySet
Method
keySet
output/java8/1.4.17/TypeRegistry.java:181–183 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
179
}
180
181
public
Set<Class<?>> keySet() {
182
return
Collections.unmodifiableSet(backingStore.keySet());
183
}
184
185
public
Collection<V> values() {
186
return
Collections.unmodifiableCollection(backingStore.values());
Callers
nothing calls this directly
Calls
1
keySet
Method · 0.65
Tested by
no test coverage detected