org.apache.commons.el
public class EqualsOperator extends EqualityOperator
The implementation of the equals operator
Version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $
Field Summary | |
---|---|
static EqualsOperator | SINGLETON |
Constructor Summary | |
---|---|
EqualsOperator()
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
|