JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apfloat.samples
Interface Operation<T>
All Superinterfaces:
Serializable
All Known Implementing Classes:
Pi.BorweinPiCalculator
,
Pi.ChudnovskyPiCalculator
,
Pi.GaussLegendrePiCalculator
,
Pi.RamanujanPiCalculator
,
PiDistributed.DistributedChudnovskyPiCalculator
,
PiDistributed.DistributedRamanujanPiCalculator
,
PiParallel.ParallelChudnovskyPiCalculator
,
PiParallel.ParallelRamanujanPiCalculator
,
PiParallel.ThreadLimitedOperation
public interface
Operation<T>
extends
Serializable
Interface for implementing arbitrary operations to be executed.
Version:
1.1
Author:
Mikko Tommila
Method Summary
Methods
Modifier and Type
Method and Description
T
execute
()
Executes some code, returning a value.
Method Detail
execute
T
execute()
Executes some code, returning a value.
Returns:
Return value of the operation.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method