hudson.plugins.sfee
Class Memoizer<A,V>

java.lang.Object
  extended by hudson.plugins.sfee.Memoizer<A,V>
All Implemented Interfaces:
Computable<A,V>

public class Memoizer<A,V>
extends Object
implements Computable<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

Memoizer

public Memoizer(Computable<A,V> c)
Method Detail

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.