com.espertech.esper.type
Class BitWiseOpEnum.BXorBoolean
java.lang.Object
com.espertech.esper.type.BitWiseOpEnum.BXorBoolean
- All Implemented Interfaces:
- BitWiseOpEnum.Computer
- Enclosing class:
- BitWiseOpEnum
public static class BitWiseOpEnum.BXorBoolean
- extends Object
- implements BitWiseOpEnum.Computer
Bit Wise Xor.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitWiseOpEnum.BXorBoolean
public BitWiseOpEnum.BXorBoolean()
compute
public Object compute(Object objOne,
Object objTwo)
- Description copied from interface:
BitWiseOpEnum.Computer
- Computes using the 2 numbers or boolean a result object.
- Specified by:
compute
in interface BitWiseOpEnum.Computer
- Parameters:
objOne
- is the first number or booleanobjTwo
- is the second number or boolean
- Returns:
- result