Set the value produced by worker thread
(Object x)
| 74 | * Set the value produced by worker thread |
| 75 | */ |
| 76 | private synchronized void setValue(Object x) { |
| 77 | value = x; |
| 78 | } |
| 79 | |
| 80 | /** |
| 81 | * Compute the value to be returned by the <code>get</code> method. |
no outgoing calls
no test coverage detected