|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntUnaryOperator
Represents an operation on a single int
-valued operand that produces
an int
-valued result. This is the primitive type specialization of
UnaryOperator
for int
.
UnaryOperator
Method Summary | |
---|---|
int |
applyAsInt(int operand)
Applies this operator to the given operand. |
Method Detail |
---|
int applyAsInt(int operand)
operand
- the operand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |