|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.el.BinaryOperator
org.apache.commons.el.EqualityOperator
org.apache.commons.el.EqualsOperator
public class EqualsOperator
The implementation of the equals operator
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. |
java.lang.String |
getOperatorSymbol()
Returns the symbol representing the operator |
Methods inherited from class org.apache.commons.el.EqualityOperator |
---|
apply |
Methods inherited from class org.apache.commons.el.BinaryOperator |
---|
shouldCoerceToBoolean, shouldEvaluate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final EqualsOperator SINGLETON
Constructor Detail |
---|
public EqualsOperator()
Method Detail |
---|
public java.lang.String getOperatorSymbol()
getOperatorSymbol
in class BinaryOperator
public boolean apply(boolean pAreEqual, Logger pLogger)
apply
in class EqualityOperator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |