net.esper.type
Class BitWiseOpEnum.BXorLong
java.lang.Object
net.esper.type.BitWiseOpEnum.BXorLong
- All Implemented Interfaces:
- BitWiseOpEnum.Computer
- Enclosing class:
- BitWiseOpEnum
public static class BitWiseOpEnum.BXorLong
- 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.BXorLong
public BitWiseOpEnum.BXorLong()
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