T
- Java type being represented hereE
- Element type of the List being represented herepublic interface ListExpression<T extends List<E>,E> extends CollectionExpression<T,E>
Modifier and Type | Method and Description |
---|---|
Expression<E> |
get(int pos)
Method returning the element at this position in the List.
|
Expression<E> |
get(NumericExpression<Integer> posExpr)
Method returning the element at this position in the List.
|
contains, contains, isEmpty, size
as, cast, count, countDistinct, eq, eq, instanceOf, ne, ne
Expression<E> get(NumericExpression<Integer> posExpr)
posExpr
- The position expressionExpression<E> get(int pos)
pos
- The positionCopyright © 2005–1970 Apache Software Foundation. All rights reserved.