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