Java Utililty Methods Bitwise Not
List of utility methods to do Bitwise Not
HOME
Java
B
Bitwise Not
Description
The list of methods to do Bitwise Not are organized into topic(s).
Method
Byte
bitNot(Byte a)
bit Not
if
(a == null) { a = 0;
return
(
byte
) (~a);