public abstract class AbstractAlgorithm<INPUT,OUTPUT> extends java.lang.Object
AbstractAlgorithm()
abstract OUTPUT
apply(INPUT input)
void
load()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractAlgorithm()
public abstract OUTPUT apply(INPUT input)
public void load()