|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntToCharFunction
Represents a function that accepts an int-valued argument and produces a
char-valued result. This is the int-to-char primitive
specialization for Function.
Function| Method Summary | |
|---|---|
char |
applyAsChar(int value)
Applies this function to the given argument. |
| Method Detail |
|---|
char applyAsChar(int value)
value - the function argument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||