public static FloatTupleArray newInstance(int dim,
int size)
Create a new instance.
TODO: Currently only returns the default implementation
but in the future may return the most efficient implementation
available in the runtime.
Parameters:
dim - Tuple dimension.
size - Initial size of data structure.
Returns:
An instance initialized to contain tuples of size dim
and have size size.