Package | Description |
---|---|
org.apache.commons.el |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static Object |
Coercions.applyRelationalOperator(Object pLeft,
Object pRight,
RelationalOperator pOperator)
Performs all of the necessary type conversions, then calls on the
appropriate operator.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.