MCPcopy 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

StickHolderMethod · 0.95
runMethod · 0.80

Calls 1

putMethod · 0.45

Tested by

no test coverage detected