Package org.apfloat.internal
Class ParallelExecutionBuilder
- java.lang.Object
-
- org.apfloat.internal.ParallelExecutionBuilder
-
- All Implemented Interfaces:
ExecutionBuilder
public class ParallelExecutionBuilder extends Object implements ExecutionBuilder
Returns an execution strategy using theParallelRunner
.- Since:
- 1.9.0
- Version:
- 1.9.0
- Author:
- Mikko Tommila
-
-
Constructor Summary
Constructors Constructor Description ParallelExecutionBuilder()
-
-
-
Method Detail
-
createExecution
public ExecutionStrategy createExecution()
Description copied from interface:ExecutionBuilder
Creates an object for execution operations.- Specified by:
createExecution
in interfaceExecutionBuilder
- Returns:
- A suitable object for performing the execution operations.
-
-