org.apache.commons.el
Class NotEqualsOperator
public class NotEqualsOperator
The implementation of the not equals operator
$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $- 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
Copyright (c) 2001-2002 - Apache Software Foundation