|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.logicalcobwebs.concurrent.FJTaskRunner.VolatileTaskRef
protected static final class FJTaskRunner.VolatileTaskRef
An object holding a single volatile reference to a FJTask.
| 字段摘要 | |
|---|---|
protected FJTask |
ref
The reference |
| 构造方法摘要 | |
|---|---|
protected |
FJTaskRunner.VolatileTaskRef()
|
| 方法摘要 | |
|---|---|
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 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
protected volatile FJTask ref
| 构造方法详细信息 |
|---|
protected FJTaskRunner.VolatileTaskRef()
| 方法详细信息 |
|---|
protected final void put(FJTask r)
protected final FJTask get()
protected final FJTask take()
protected static FJTaskRunner.VolatileTaskRef[] newArray(int cap)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||