org.apache.commons.el
Class EqualsOperator
public class EqualsOperator
The implementation of the 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
|
EqualsOperator
public EqualsOperator()
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