E - component typepublic interface ListExpression<E,Q extends SimpleExpression<? super E>> extends CollectionExpression<List<E>,E>
List typed expressionsList| Modifier and Type | Method and Description |
|---|---|
Q |
get(Expression<Integer> index)
Indexed access
|
Q |
get(int index)
Indexed access
|
getParameteraccept, getTypeQ get(Expression<Integer> index)
index - List.get(int)Q get(@Nonnegative int index)
index - List.get(int)Copyright © 2007–2015 Querydsl. All rights reserved.