org.apache.commons.el
Class NotEqualsOperator
public class NotEqualsOperator
The implementation of the not equals operator
Version:
- Nathan Abramson - Art Technology Group
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
|
NotEqualsOperator
public NotEqualsOperator()
Constructor
apply
public boolean apply(boolean pAreEqual,
Logger pLogger)
Applies the operator given the fact that the two elements are
equal.
- apply in interface EqualityOperator
getOperatorSymbol
public String getOperatorSymbol()
Returns the symbol representing the operator
- getOperatorSymbol in interface BinaryOperator
Copyright (c) 2001-2002 - Apache Software Foundation