|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.xworker.cache.LinkedThingEntry
public class LinkedThingEntry
弱引用事物实体列表。
被引用的事物是链表中的最后一个事物,当前面的事物发生了改变时后面的事物引用就无效,此时 引用返回null。
| 字段摘要 | |
|---|---|
protected java.util.List<ThingEntry> |
thingEntrys
|
| 构造方法摘要 | |
|---|---|
LinkedThingEntry()
|
|
| 方法摘要 | |
|---|---|
void |
addThing(Thing thing)
|
Thing |
getThing()
|
void |
removeLast()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
protected java.util.List<ThingEntry> thingEntrys
| 构造方法详细信息 |
|---|
public LinkedThingEntry()
| 方法详细信息 |
|---|
public void addThing(Thing thing)
public void removeLast()
public Thing getThing()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||