org.apache.commons.el
Class GreaterThanOperator
public class GreaterThanOperator
The implementation of the greater than operator
$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $- Nathan Abramson - Art Technology Group
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
|
Object | apply(Object pLeft, Object pRight, Logger pLogger) -
Applies the operator to the given value
|
boolean | apply(String pLeft, String pRight) -
Applies the operator to the given String values
|
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
|
String | getOperatorSymbol() -
Returns the symbol representing the operator
|
GreaterThanOperator
public GreaterThanOperator()
Constructor
apply
public boolean apply(BigDecimal pLeft,
BigDecimal pRight)
Applies the operator to the given BigDecimal values, returning a BigDecimal
- apply in interface RelationalOperator
apply
public boolean apply(BigInteger pLeft,
BigInteger pRight)
Applies the operator to the given BigDecimal values, returning a BigDecimal
- apply in interface RelationalOperator
apply
public Object apply(Object pLeft,
Object pRight,
Logger pLogger)
throws ELException
Applies the operator to the given value
- apply in interface RelationalOperator
apply
public boolean apply(String pLeft,
String pRight)
Applies the operator to the given String values
- apply in interface RelationalOperator
apply
public boolean apply(double pLeft,
double pRight)
Applies the operator to the given double values
- apply in interface RelationalOperator
apply
public boolean apply(long pLeft,
long pRight)
Applies the operator to the given long values
- apply in interface RelationalOperator
Copyright (c) 2001-2002 - Apache Software Foundation