CollectionContainsAny Class

com.bea.content.expression
CollectionContainsAny Class

public class CollectionContainsAny

    extends CollectionOperator

An operator for if a collection contains any element of a collection.


Hierarchy
Object
  ComplexExpressionImpl
    Operator
      CollectionOperator
        CollectionContainsAny
All Implemented Interfaces

BinaryOperator, Cloneable, Expression, Serializable

Constructor Summary

CollectionContainsAny(Object lhs, Object collection)

Allocates a CollectionContainsAny by associating the given operands.
 

Method Summary

 
Methods from  com.bea.p13n.expression.operator.collection.CollectionOperator
getLeftHandSide, getRightHandSide
 
Methods from  com.bea.p13n.expression.operator.Operator
leftHandSide, operand, rightHandSide
 
Methods from  com.bea.p13n.expression.internal.ComplexExpressionImpl
addListener, addSubExpression, clearCache, clone, createProxyExpression, equals, getCachedValue, getParent, getSource, getSubExpression, getSubExpressionCount, getUserData, hashCode, isCached, isCacheEnabled, isEqualitySubExpression, notifyListeners, removeAllSubExpressions, removeListener, removeSubExpression, removeSubExpression, setCachedValue, setCacheEnabled, setParent, setSource, setSubExpression, setUserData, toString, write
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.bea.p13n.expression.operator.BinaryOperator
getLeftHandSide, getRightHandSide
 
Methods from interface com.bea.p13n.expression.Expression
accept, addListener, addSubExpression, clearCache, clone, getCachedValue, getParameterSignature, getParent, getSource, getSubExpression, getSubExpressionCount, getUserData, isCached, isCacheEnabled, removeAllSubExpressions, removeListener, removeSubExpression, removeSubExpression, setCachedValue, setCacheEnabled, setSource, setSubExpression, setUserData, write
 

Constructor Detail


CollectionContainsAny

public CollectionContainsAny(Object lhs, 
                             Object collection)
Allocates a CollectionContainsAny by associating the given operands.
 

Method Detail