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.
|
Implementation of the CollectionContains operator. |
|
|
A class used to represent a CollectionContainsAll operator. |
|
|
A base class for all the collection operators. |