- All Implemented Interfaces:
Callable<V>
, Task<V>
- Direct Known Subclasses:
SVDTask
public abstract class AbstractTask<V>
extends Object
implements Task<V>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.concurrent.Callable
call
-
Constructor Details
-
AbstractTask
public AbstractTask()
-