Package org.apache.commons.el
Class NotEqualsOperator
java.lang.Object
org.apache.commons.el.BinaryOperator
org.apache.commons.el.EqualityOperator
org.apache.commons.el.NotEqualsOperator
The implementation of the not equals operator
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $
- Author:
- Nathan Abramson - Art Technology Group
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Applies the operator given the fact that the two elements are equal.Returns the symbol representing the operatorMethods inherited from class org.apache.commons.el.EqualityOperator
apply
Methods inherited from class org.apache.commons.el.BinaryOperator
shouldCoerceToBoolean, shouldEvaluate
-
Field Details
-
SINGLETON
-
-
Constructor Details
-
NotEqualsOperator
public NotEqualsOperator()Constructor
-
-
Method Details
-
getOperatorSymbol
Returns the symbol representing the operator- Specified by:
getOperatorSymbol
in classBinaryOperator
-
apply
Applies the operator given the fact that the two elements are equal.- Specified by:
apply
in classEqualityOperator
-