|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- the key typeV
- the value typepublic static interface Cache.Entry<K,V>
A mapping of key to value held in a Cache
.
Method Summary | |
---|---|
K |
getKey()
Returns the key of this mapping |
V |
getValue()
Returns the value of this mapping |
Method Detail |
---|
K getKey()
null
V getValue()
null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |