|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IntegerUnaryOperation
A operation taking one argument of type int, and producing a value of type int. This interface attempts to mimic a first-class function of a single variable.
| Red (ctsay) |
| Red (ctsay) |
| Method Summary | |
|---|---|
int |
operate(int operand)
Operate on the operand, returning a value of the same type. |
| Method Detail |
|---|
int operate(int operand)
operand - The operand.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||