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

Method setValue

output/java_guava/1.4.17/Maps.java:2868–2872  ·  view source on GitHub ↗
(V newValue)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

applyMethod · 0.95
getKeyMethod · 0.95
checkArgumentMethod · 0.45

Tested by

no test coverage detected