|
|||||||||
| Home >> All >> org >> apache >> commons >> [ el overview ] | PREV NEXT | ||||||||
Uses of Class
org.apache.commons.el.RelationalOperator
| Uses of RelationalOperator in org.apache.commons.el |
| Subclasses of RelationalOperator in org.apache.commons.el | |
class |
GreaterThanOperator
The implementation of the greater than operator |
class |
GreaterThanOrEqualsOperator
The implementation of the greater than or equals operator |
class |
LessThanOperator
The implementation of the less than operator |
class |
LessThanOrEqualsOperator
The implementation of the less than or equals operator |
| Methods in org.apache.commons.el with parameters of type RelationalOperator | |
static java.lang.Object |
Coercions.applyRelationalOperator(java.lang.Object pLeft,
java.lang.Object pRight,
RelationalOperator pOperator,
Logger pLogger)
Performs all of the necessary type conversions, then calls on the appropriate operator. |
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ el overview ] | PREV NEXT | ||||||||