Package com.bea.p13n.expression.operator.collection

This package provides interfaces and classes for constructing a collections related expression.

See
          Description

Class Summary
CollectionContains Implementation of the CollectionContains operator.
CollectionContainsAll A class used to represent a CollectionContainsAll operator.
CollectionOperator A base class for all the collection operators.
 

Package com.bea.p13n.expression.operator.collection Description

This package provides interfaces and classes for constructing a collections related expression.

All the operators in this package extend the base class CollectionOperator and implement either BinaryOperator or UnaryOperator depending on the type of operator (binary or unary), but the concrete multi-operand operator doesn't implement any of these interfaces.

This package provides following operators to construct the collections related expression.


See Also
CollectionOperator, BinaryOperator, UnaryOperator


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.