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

Method setValue

output/java_guava/1.4.19/Maps.java:2870–2874  ·  view source on GitHub ↗
(V newValue)

Source from the content-addressed store, hash-verified

2868 }
2869
2870 @Override
2871 public V setValue(V newValue) {
2872 checkArgument(apply(getKey(), newValue));
2873 return super.setValue(newValue);
2874 }
2875 };
2876 }
2877 };

Callers

nothing calls this directly

Calls 3

applyMethod · 0.95
getKeyMethod · 0.95
checkArgumentMethod · 0.45

Tested by

no test coverage detected