Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ putDown
Method
putDown
concurrent/StickHolder.java:20–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
}
20
public
void
putDown() {
21
try {
22
holder.put(stick);
23
} catch(InterruptedException e) {
24
throw
new
RuntimeException(e);
25
}
26
}
27
}
Callers
2
StickHolder
Method · 0.95
run
Method · 0.80
Calls
1
put
Method · 0.45
Tested by
no test coverage detected