com.espertech.esper.type
Class BitWiseOpEnum.BAndBoolean

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

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

Bit Wise And.


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

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