hudson.plugins.sfee
Class Memoizer<A,V>
java.lang.Object
hudson.plugins.sfee.Memoizer<A,V>
- All Implemented Interfaces:
- Computable<A,V>
public class Memoizer<A,V>
- extends Object
- implements Computable<A,V>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Memoizer
public Memoizer(Computable<A,V> c)
compute
public V compute(A arg)
throws InterruptedException
- Specified by:
compute in interface Computable<A,V>
- Throws:
InterruptedException
Copyright © 2004-2012 Hudson. All Rights Reserved.