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

Method put

output/java_guava/1.4.19/Maps.java:2717–2721  ·  view source on GitHub ↗
(K key, V value)

Source from the content-addressed store, hash-verified

2715 }
2716
2717 @Override
2718 public V put(K key, V value) {
2719 checkArgument(apply(key, value));
2720 return unfiltered.put(key, value);
2721 }
2722
2723 @Override
2724 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