com.mysema.query.types.expr
Interface EArray<E>

Type Parameters:
EA -
All Known Implementing Classes:
PArray

public interface EArray<E>

EArray defines an interface for array typed expression

Author:
tiwe

Method Summary
 Expr<E> get(Expr<Integer> index)
          Get the element at the given index
 Expr<E> get(int index)
          Get the element at the given index
 ENumber<Integer> size()
          Get the size of the array
 

Method Detail

size

ENumber<Integer> size()
Get the size of the array

Returns:

get

Expr<E> get(Expr<Integer> index)
Get the element at the given index

Parameters:
index -
Returns:

get

Expr<E> get(@Nonnegative
            int index)
Get the element at the given index

Parameters:
index -
Returns:


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.