|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IComputable<K,V>
Interface to compute objects of type V identified by a key of type K
| Method Summary | |
|---|---|
V |
compute(K key)
Compute an object of type V identified by the key of type K |
Class<? super V> |
getValueClass()
Getting the Class of the value this computable produces. |
| Method Detail |
|---|
V compute(K key)
throws InterruptedException
key - the key to identify the object
InterruptedException - When computation was interruptedClass<? super V> getValueClass()
Class of the value this computable produces.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||