com.espertech.esper.type
Class BitWiseOpEnum.BOrByte

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

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

Bit Wise Or.


Constructor Summary
BitWiseOpEnum.BOrByte()
           
 
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.BOrByte

public BitWiseOpEnum.BOrByte()
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