public class LinkedThingEntry extends Object
弱引用事物实体列表。
被引用的事物是链表中的最后一个事物,当前面的事物发生了改变时后面的事物引用就无效,此时 引用返回null。
此类一般用于事物的动作缓存等,当事物发生变更时,通常动作等需要重新组织。| 修饰符和类型 | 字段 | 说明 |
|---|---|---|
protected List<ThingEntry> |
thingEntrys |
| 构造器 | 说明 |
|---|---|
LinkedThingEntry() |
protected List<ThingEntry> thingEntrys
Copyright © 2018 xworker.org. All rights reserved.