org.apache.commons.el
public class GreaterThanOperator extends RelationalOperator
The implementation of the greater than operator
Version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $
Field Summary | |
---|---|
static GreaterThanOperator | SINGLETON |
Constructor Summary | |
---|---|
GreaterThanOperator()
Constructor
|
Method Summary | |
---|---|
Object | apply(Object pLeft, Object pRight, Logger pLogger)
Applies the operator to the given value
|
boolean | apply(double pLeft, double pRight)
Applies the operator to the given double values
|
boolean | apply(long pLeft, long pRight)
Applies the operator to the given long values
|
boolean | apply(String pLeft, String pRight)
Applies the operator to the given String values
|
boolean | apply(BigDecimal pLeft, BigDecimal pRight)
Applies the operator to the given BigDecimal values, returning a BigDecimal
|
boolean | apply(BigInteger pLeft, BigInteger pRight)
Applies the operator to the given BigDecimal values, returning a BigDecimal
|
String | getOperatorSymbol()
Returns the symbol representing the operator
|