Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ values
Method
values
output/java8/1.4.17/TypeRegistry.java:185–187 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
}
184
185
public
Collection<V> values() {
186
return
Collections.unmodifiableCollection(backingStore.values());
187
}
188
189
public
Set<Entry<Class<?>, V>> entrySet() {
190
return
Collections.unmodifiableSet(backingStore.entrySet());
Callers
1
containsValue
Method · 0.95
Calls
1
values
Method · 0.65
Tested by
no test coverage detected