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 |
get(int pos)
Method returning the element at this position in the List.
|
Expression |
get(NumericExpression<Integer> posExpr)
Method returning the element at this position in the List.
|
contains, contains, isEmpty, sizecast, count, countDistinct, eq, eq, instanceOf, ne, neExpression get(NumericExpression<Integer> posExpr)
posExpr - The position expressionExpression get(int pos)
pos - The positionCopyright © 2013. All Rights Reserved.