Class GridListDataView<T>

Type Parameters:
T - data type
All Implemented Interfaces:
DataView<T>, ListDataView<T,AbstractListDataView<T>>, Serializable

public class GridListDataView<T> extends AbstractListDataView<T>
Data view implementation for Grid with in-memory list data. Provides information on the data and allows operations on it.
Since:
See Also: