E - component typeQ - result type for any() and get(int) resultspublic interface ListExpression<E,Q extends SimpleExpression<? super E>> extends CollectionExpression<List<E>,E>
ListExpression represents List typed expressionsList| Modifier and Type | Method and Description |
|---|---|
Q |
get(Expression<Integer> index)
Indexed access, gets the element at the given index
|
Q |
get(int index)
Indexed access, gets the element at the given index
|
getParameteraccept, getTypeQ get(Expression<Integer> index)
index - zero based indexList.get(int)Q get(@Nonnegative int index)
index - zero based indexList.get(int)Copyright © 2007–2020 Querydsl. All rights reserved.