|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--javatools.util.Cache.CacheItem
This is the class we store in our internal data structures.
| Field Summary | |
(package private) java.lang.Object |
item
The value |
(package private) java.lang.Object |
key
The key |
(package private) JQueue.QueueKey |
qkey
|
(package private) java.util.Date |
time
The time this object was last accessed. |
| Constructor Summary | |
Cache.CacheItem(java.lang.Object theKey,
java.lang.Object theItem)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
|
int |
hashCode()
|
(package private) void |
setQueueKey(JQueue.QueueKey q)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.util.Date time
java.lang.Object key
java.lang.Object item
JQueue.QueueKey qkey
| Constructor Detail |
public Cache.CacheItem(java.lang.Object theKey,
java.lang.Object theItem)
| Method Detail |
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectvoid setQueueKey(JQueue.QueueKey q)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||