Uses of Class
org.apache.commons.el.EqualityOperator

Packages that use EqualityOperator
org.apache.commons.el   
 

Uses of EqualityOperator in org.apache.commons.el
 

Subclasses of EqualityOperator in org.apache.commons.el
 class EqualsOperator
          The implementation of the equals operator
 class NotEqualsOperator
          The implementation of the not equals operator
 

Methods in org.apache.commons.el with parameters of type EqualityOperator
static Object Coercions.applyEqualityOperator(Object pLeft, Object pRight, EqualityOperator pOperator)
          Performs all of the necessary type conversions, then calls on the appropriate operator.
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.