MCPcopy Create free account
hub / github.com/antlr/codebuff / checkKey

Method checkKey

output/java_guava/1.4.17/AbstractBiMap.java:426–429  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

424 */
425
426 @Override
427 K checkKey(K key) {
428 return inverse.checkValue(key);
429 }
430
431 @Override
432 V checkValue(V value) {

Callers

nothing calls this directly

Calls 1

checkValueMethod · 0.45

Tested by

no test coverage detected