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