public static class BitWiseOpEnum.BXorByte extends java.lang.Object implements BitWiseOpEnum.Computer
Constructor and Description |
---|
BXorByte() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
compute(java.lang.Object objOne,
java.lang.Object objTwo)
Computes using the 2 numbers or boolean a result object.
|
public java.lang.Object compute(java.lang.Object objOne, java.lang.Object objTwo)
BitWiseOpEnum.Computer
compute
in interface BitWiseOpEnum.Computer
objOne
- is the first number or booleanobjTwo
- is the second number or boolean