public class ThingEntry extends Object
| 修饰符和类型 | 字段 | 说明 |
|---|---|---|
protected Object |
data |
|
protected long |
lastmodified |
|
protected String |
path |
|
protected WeakReference<Thing> |
thingReference |
| 构造器 | 说明 |
|---|---|
ThingEntry(String path,
Thing thing) |
|
ThingEntry(Thing thing) |
protected String path
protected long lastmodified
protected WeakReference<Thing> thingReference
protected Object data
public ThingEntry(Thing thing)
Copyright © 2021 xworker.org. All rights reserved.