|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationalOperator | |
---|---|
org.apache.commons.el |
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 Object |
Coercions.applyRelationalOperator(Object pLeft,
Object pRight,
RelationalOperator pOperator)
Performs all of the necessary type conversions, then calls on the appropriate operator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |