|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.bolour.sample.eclipse.service.echo.Echo
Service implementing the echo function. No specific initialization is required for an instance of this function. All information required for the function's computation is built-in.
| Constructor Summary | |
Echo()
|
|
| Method Summary | |
long |
compute(long x)
Implementation of the echo function. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public Echo()
| Method Detail |
public long compute(long x)
compute in interface IFunctionx - The function argument.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||