Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ values
Method
values
output/java_guava/1.4.17/HashBiMap.java:598–601 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
596
}
597
598
@Override
599
public
Set<K> values() {
600
return
forward().keySet();
601
}
602
603
@Override
604
public
Set<Entry<V, K>> entrySet() {
Callers
nothing calls this directly
Calls
2
forward
Method · 0.95
keySet
Method · 0.65
Tested by
no test coverage detected