static class BitwiseOperators.Xor extends BitwiseOperators.AbstractLogicalOperator
Constructor and Description |
---|
Xor() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
applyForBoolean(boolean bool1,
boolean bool2) |
protected int |
applyforInteger(int int1,
int int2) |
execute
protected boolean applyForBoolean(boolean bool1, boolean bool2)
applyForBoolean
in class BitwiseOperators.AbstractLogicalOperator
protected int applyforInteger(int int1, int int2)
applyforInteger
in class BitwiseOperators.AbstractLogicalOperator