Get the value produced by the worker thread, or null if it hasn't been constructed yet.
()
| 67 | * hasn't been constructed yet. |
| 68 | */ |
| 69 | protected synchronized Object getValue() { |
| 70 | return value; |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * Set the value produced by worker thread |
no outgoing calls
no test coverage detected