Java Utililty Methods Integer And
List of utility methods to do Integer And
HOME
Java
I
Integer And
Description
The list of methods to do Integer And are organized into topic(s).
Method
int
and(int operand1, int operand2)
and
return
operand1 & operand2;
int
and(int x, int y)
and
return
x & y;