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