|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.util.Memoizer<K,V>
public class Memoizer<K,V>
Constructor Summary | |
---|---|
Memoizer(Computable<K,V> c)
|
Method Summary | |
---|---|
V |
compute(K key)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Memoizer(Computable<K,V> c)
Method Detail |
---|
public V compute(K key) throws java.lang.InterruptedException
compute
in interface Computable<K,V>
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |