net.esper.type
Class RelationalOpEnum.LTLongComputer
java.lang.Object
net.esper.type.RelationalOpEnum.LTLongComputer
- All Implemented Interfaces:
- RelationalOpEnum.Computer
- Enclosing class:
- RelationalOpEnum
public static class RelationalOpEnum.LTLongComputer
- extends Object
- implements RelationalOpEnum.Computer
Computer for relational op compare.
Method Summary |
boolean |
compare(Object objOne,
Object objTwo)
Compares objects and returns boolean indicating larger (true) or smaller (false). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelationalOpEnum.LTLongComputer
public RelationalOpEnum.LTLongComputer()
compare
public boolean compare(Object objOne,
Object objTwo)
- Description copied from interface:
RelationalOpEnum.Computer
- Compares objects and returns boolean indicating larger (true) or smaller (false).
- Specified by:
compare
in interface RelationalOpEnum.Computer
- Parameters:
objOne
- object to compareobjTwo
- object to compare
- Returns:
- true if larger, false if smaller