E - component typepublic 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–2015 Mysema Ltd. All rights reserved.