MCPcopy Index your code
hub / github.com/antlr/codebuff / checkKey

Method checkKey

output/java_guava/1.4.17/AbstractBiMap.java:76–79  ·  view source on GitHub ↗

Returns its input, or throws an exception if this is not a valid key.

(@Nullable K key)

Source from the content-addressed store, hash-verified

74 */
75
76 @CanIgnoreReturnValue
77 K checkKey(@Nullable K key) {
78 return key;
79 }
80
81 /**
82 * Returns its input, or throws an exception if this is not a valid value.

Callers 2

putInBothMapsMethod · 0.95
checkValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected