Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/google/dagger
/ put
Method
put
java/dagger/internal/MapBuilder.java:42–45 ·
view source on GitHub ↗
(K key, V value)
Source
from the content-addressed store, hash-verified
40
}
41
42
public
MapBuilder<K, V> put(K key, V value) {
43
contributions.put(key, value);
44
return
this;
45
}
46
47
public
Map<K, V> build() {
48
switch (contributions.size()) {
Callers
15
setup
Method · 0.45
nullKey
Method · 0.45
nullValue
Method · 0.45
iterationOrder
Method · 0.45
success
Method · 0.45
failingContribution
Method · 0.45
success
Method · 0.45
failingContributionDoesNotFailMap
Method · 0.45
expectedThingMap
Method · 0.45
markThread
Method · 0.45
producerMonitorFor
Method · 0.45
producerMonitorFor
Method · 0.45
Calls
no outgoing calls
Tested by
13
setup
Method · 0.36
nullKey
Method · 0.36
nullValue
Method · 0.36
iterationOrder
Method · 0.36
success
Method · 0.36
failingContribution
Method · 0.36
success
Method · 0.36
failingContributionDoesNotFailMap
Method · 0.36
expectedThingMap
Method · 0.36
markThread
Method · 0.36
producerMonitorFor
Method · 0.36
producerMonitorFor
Method · 0.36