final int[] intArray = new int[] { 1, 2, 3, 4, 5, 6 };
final long[] longArray = new long[] { 1, 2, 3, 4, 5, 6, 7 };
final float[] floatArray = new float[] { 1, 2, 3, 4, 5, 6, 7, 8 };
final double[] doubleArray = new double[] { 1, 2, 3, 4, 5, 6, 7, 8, 9 };
final FunctionContext context = new FunctionContext()
{
@Override
public FunctionResult property( final Object element,
final String name )
{