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