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

Method put

output/java_guava/1.4.17/ForwardingMap.java:107–111  ·  view source on GitHub ↗
(K key, V value)

Source from the content-addressed store, hash-verified

105 }
106
107 @CanIgnoreReturnValue
108 @Override
109 public V put(K key, V value) {
110 return delegate().put(key, value);
111 }
112
113 @Override
114 public void putAll(Map<? extends K, ? extends V> map) {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
putMethod · 0.65

Tested by

no test coverage detected