|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Problem<E>
Implement this interface to allow easy parallelization of computational code. Objects of implementing classes can be sent to Master objects for concurrent computations.
Method Summary | |
---|---|
E |
compute()
This is the method called by the master threads, and should contain the code that should be computed concurrently. |
Method Detail |
---|
E compute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |