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