EDU.oswego.cs.dl.util.concurrent
protected static final class FJTaskRunner.VolatileTaskRef extends Object
Field Summary | |
---|---|
protected FJTask | ref The reference * |
Method Summary | |
---|---|
protected FJTask | get() Return the reference * |
protected static FJTaskRunner.VolatileTaskRef[] | newArray(int cap)
Initialization utility for constructing arrays.
|
protected void | put(FJTask r) Set the reference * |
protected FJTask | take() Return the reference and clear it * |