com.espertech.esper.view.stat.olap
Interface MultidimCubeCellFactory<V>


public interface MultidimCubeCellFactory<V>

Implementations provide a factory for cells to use by MultidimCubeImpl.


Method Summary
 V newCell()
          Supplies an instance of the object representing a cell.
 V[] newCells(int numElements)
          Supplies an array of the type of object representing a cell.
 

Method Detail

newCell

V newCell()
Supplies an instance of the object representing a cell.

Returns:
cell object

newCells

V[] newCells(int numElements)
Supplies an array of the type of object representing a cell. The returned array should be uninitialized.

Parameters:
numElements - number of elements
Returns:
cell object array

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com