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 java.lang.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 java.lang.InterruptedException
Specified by:
compute in interface Computable<A,V>
Throws:
java.lang.InterruptedException


Copyright © 2008. All Rights Reserved.