public static class UnaryOperator.Not extends UnaryOperator
UnaryOperator.Add1, UnaryOperator.Negate, UnaryOperator.Not, UnaryOperator.Subtract1| Constructor and Description |
|---|
UnaryOperator.Not() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
op_bint(java.math.BigInteger n)
operation on a BigInteger
|
java.lang.Object |
op_int(int n)
operation on an int value
|
java.lang.Object |
op_long(long n)
operation on a long value
|
op_bdec, op_boolean, op_double, op_float, op_numeric, operateOnpublic java.lang.Object op_int(int n)
UnaryOperatorop_int in class UnaryOperatorpublic java.lang.Object op_long(long n)
UnaryOperatorop_long in class UnaryOperatorpublic java.lang.Object op_bint(java.math.BigInteger n)
UnaryOperatorop_bint in class UnaryOperator