Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ checkKey
Method
checkKey
output/java_guava/1.4.13/AbstractBiMap.java:419–422 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
417
*/
418
419
@Override
420
K checkKey(K key) {
421
return
inverse.checkValue(key);
422
}
423
424
@Override
425
V checkValue(V value) {
Callers
nothing calls this directly
Calls
1
checkValue
Method · 0.45
Tested by
no test coverage detected