public class Memoizer<A,V> extends Object implements Computable<A,V>
| Constructor and Description |
|---|
Memoizer(Computable<A,V> c) |
public Memoizer(Computable<A,V> c)
public V compute(A arg) throws InterruptedException
compute in interface Computable<A,V>InterruptedExceptionCopyright © 2004-2014 Hudson. All Rights Reserved.