org.xworker.cache
类 LinkedThingEntry

java.lang.Object
  继承者 org.xworker.cache.LinkedThingEntry

public class LinkedThingEntry
extends java.lang.Object

弱引用事物实体列表。

被引用的事物是链表中的最后一个事物,当前面的事物发生了改变时后面的事物引用就无效,此时 引用返回null。

作者:
zyx

字段摘要
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
 

字段详细信息

thingEntrys

protected java.util.List<ThingEntry> thingEntrys
构造方法详细信息

LinkedThingEntry

public LinkedThingEntry()
方法详细信息

addThing

public void addThing(Thing thing)

removeLast

public void removeLast()

getThing

public Thing getThing()