|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.util.LRUHashtable.LRUEntry
Element used to store information from the LRUHashtable.
| Field Summary | |
protected java.lang.Object |
key
The element key |
protected LRUHashtable.LRUEntry |
next
The next, newer, element |
protected LRUHashtable.LRUEntry |
prev
The previous, older, element |
protected int |
requestCount
the number of times this entry has been requested |
protected java.lang.Object |
value
The element value |
| Method Summary | |
int |
getByteSize()
Determins the byte-size of this object |
int |
getByteSize(SizeOf sizeof)
Determins the byte-size of this object using the given SizeOf instance. |
java.lang.Object |
getKey()
|
java.lang.Object |
getValue()
|
java.lang.Object |
setValue(java.lang.Object o)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map.Entry |
equals, hashCode |
| Field Detail |
protected java.lang.Object value
protected LRUHashtable.LRUEntry next
protected LRUHashtable.LRUEntry prev
protected java.lang.Object key
protected int requestCount
| Method Detail |
public java.lang.Object getKey()
getKey in interface java.util.Map.Entrypublic java.lang.Object getValue()
getValue in interface java.util.Map.Entrypublic java.lang.Object setValue(java.lang.Object o)
setValue in interface java.util.Map.Entrypublic int getByteSize()
SizeMeasurable
getByteSize in interface SizeMeasurablepublic int getByteSize(SizeOf sizeof)
SizeMeasurable
getByteSize in interface SizeMeasurablepublic java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||