Class ParallelThreeNTTConvolutionStrategy.LockFuture
java.lang.Object
java.util.concurrent.FutureTask<Void>
org.apfloat.internal.ParallelThreeNTTConvolutionStrategy.LockFuture
- All Implemented Interfaces:
Runnable, Future<Void>, RunnableFuture<Void>
- Enclosing class:
ParallelThreeNTTConvolutionStrategy
- Since:
- 1.7.0
- Version:
- 1.9.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface Future
Future.State -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FutureTask
cancel, done, exceptionNow, get, get, isCancelled, resultNow, run, runAndReset, set, setException, state, toString
-
Field Details
-
VOID_CALLABLE
-
thread
-
lock
-
done
private boolean done
-
-
Constructor Details
-
LockFuture
-
-
Method Details
-
isDone
-