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, size
cast, count, countDistinct, eq, eq, instanceOf, ne, ne
Expression get(NumericExpression<Integer> posExpr)
posExpr
- The position expressionExpression get(int pos)
pos
- The positionCopyright © 2023. All rights reserved.