|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.cuni.jagrlib.LRUCache.LRUItem
protected static class LRUCache.LRUItem
| Field Summary | |
|---|---|
int |
key
Key of this cache item. |
LRUCache.LRUItem |
older
The older cache item. |
LRUCache.LRUItem |
younger
The younger cache item. |
| Constructor Summary | |
|---|---|
protected |
LRUCache.LRUItem()
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int key
public LRUCache.LRUItem older
public LRUCache.LRUItem younger
| Constructor Detail |
|---|
protected LRUCache.LRUItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||