com.espertech.esper.type
Class BitWiseOpEnum.BXorByte

java.lang.Object
  extended by com.espertech.esper.type.BitWiseOpEnum.BXorByte
All Implemented Interfaces:
BitWiseOpEnum.Computer
Enclosing class:
BitWiseOpEnum

public static class BitWiseOpEnum.BXorByte
extends java.lang.Object
implements BitWiseOpEnum.Computer

Bit Wise Xor.


Constructor Summary
BitWiseOpEnum.BXorByte()
           
 
Method Summary
 java.lang.Object compute(java.lang.Object objOne, java.lang.Object objTwo)
          Computes using the 2 numbers or boolean a result object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitWiseOpEnum.BXorByte

public BitWiseOpEnum.BXorByte()
Method Detail

compute

public java.lang.Object compute(java.lang.Object objOne,
                                java.lang.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 boolean
objTwo - is the second number or boolean
Returns:
result

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com