|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.tinygroup.jspengine.appserv.util.cache.BaseCache.CacheItem
protected static class BaseCache.CacheItem
default CacheItem class implementation
| 构造方法摘要 | |
|---|---|
protected |
BaseCache.CacheItem(int hashCode,
Object key,
Object value,
int size)
|
| 方法摘要 | |
|---|---|
protected int |
getHashCode()
get the item's hashCode |
protected Object |
getKey()
get the item's key |
protected int |
getSize()
|
protected Object |
getValue()
get the item's value |
protected Object |
refreshValue(Object value,
int newSize)
refresh the item's value |
String |
toString()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
protected BaseCache.CacheItem(int hashCode,
Object key,
Object value,
int size)
| 方法详细信息 |
|---|
protected int getHashCode()
protected Object getKey()
protected Object getValue()
protected int getSize()
protected Object refreshValue(Object value,
int newSize)
value - value to be updatednewSize - of the fieldpublic String toString()
Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||