Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ inverse
Method
inverse
output/java_guava/1.4.13/AbstractBiMap.java:189–192 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
187
// Views
188
189
@Override
190
public
BiMap<V, K> inverse() {
191
return
inverse;
192
}
193
194
private
transient Set<K> keySet;
195
Callers
1
putInBothMaps
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected