|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- type of the keyV
- type of the valuepublic interface Resolver<K,V>
Represents an interface that every class, that is capable of resolving keys to values without a cache, should implement.
Method Summary | |
---|---|
V |
resolve(K key)
Gets the value associated with the key without the use of a cache. |
Method Detail |
---|
V resolve(K key)
key
- key to get the value for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |