com.citra.pivot.olap.data
Class DefaultTabularSet
java.lang.Object
com.citra.pivot.olap.data.DefaultTabularSet
- All Implemented Interfaces:
- TabularSet
public class DefaultTabularSet
- extends Object
- implements TabularSet
DefaultTabularSet is the default tabular set implementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
values
protected TabularCursor values
- the cursor for the values of the cell set
DefaultTabularSet
public DefaultTabularSet(List data,
List columns)
- Constructs a DefaultTabularSet.
getTabularCursor
public TabularCursor getTabularCursor()
- Retrieves the cursor for iterating through the values of the tabular set.
- Specified by:
getTabularCursor
in interface TabularSet
- Returns:
- the set's cursor