org.apache.commons.el
public class NotEqualsOperator extends EqualityOperator
The implementation of the not equals operator
Version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $
Field Summary | |
---|---|
static NotEqualsOperator | SINGLETON |
Constructor Summary | |
---|---|
NotEqualsOperator()
Constructor
|
Method Summary | |
---|---|
boolean | apply(boolean pAreEqual, Logger pLogger)
Applies the operator given the fact that the two elements are
equal.
|
String | getOperatorSymbol()
Returns the symbol representing the operator
|