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