com.espertech.esper.type
Class BitWiseOpEnum.BOrLong

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

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

Bit Wise Or.


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

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