T - Java type being represented hereE - Element type of the collection being represented herepublic interface CollectionExpression<T extends Collection<E>,E> extends Expression<T>
| Modifier and Type | Method and Description |
|---|---|
BooleanExpression |
contains(E elem)
Method returning whether the specified element is contained in this collection.
|
BooleanExpression |
contains(Expression<E> expr)
Method returning whether the specified element expression is contained in this collection.
|
BooleanExpression |
isEmpty()
Method returning whether the collection is empty.
|
NumericExpression<Integer> |
size()
Method returning an expression for the size of the collection
|
as, cast, count, countDistinct, eq, eq, instanceOf, ne, neBooleanExpression contains(Expression<E> expr)
expr - The element expressionBooleanExpression contains(E elem)
elem - The elementBooleanExpression isEmpty()
NumericExpression<Integer> size()
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.