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

Method put

output/java_guava/1.4.17/Maps.java:2715–2719  ·  view source on GitHub ↗
(K key, V value)

Source from the content-addressed store, hash-verified

2713 }
2714
2715 @Override
2716 public V put(K key, V value) {
2717 checkArgument(apply(key, value));
2718 return unfiltered.put(key, value);
2719 }
2720
2721 @Override
2722 public void putAll(Map<? extends K, ? extends V> map) {

Callers

nothing calls this directly

Calls 3

applyMethod · 0.95
putMethod · 0.65
checkArgumentMethod · 0.45

Tested by

no test coverage detected