com.espertech.esper.type
Class BitWiseOpEnum.BOrShort
java.lang.Object
com.espertech.esper.type.BitWiseOpEnum.BOrShort
- All Implemented Interfaces:
- BitWiseOpEnum.Computer
- Enclosing class:
- BitWiseOpEnum
public static class BitWiseOpEnum.BOrShort
- extends Object
- implements BitWiseOpEnum.Computer
Bit Wise Or.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitWiseOpEnum.BOrShort
public BitWiseOpEnum.BOrShort()
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