Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.data
Class DefaultTabularSet

java.lang.Object
  extended by com.citra.pivot.olap.data.DefaultTabularSet
All Implemented Interfaces:
TabularSet

public class DefaultTabularSet
extends Object
implements TabularSet

DefaultTabularSet is the default tabular set implementation.


Field Summary
protected  TabularCursor values
          the cursor for the values of the cell set
 
Constructor Summary
DefaultTabularSet(List data, List columns)
          Constructs a DefaultTabularSet.
 
Method Summary
 TabularCursor getTabularCursor()
          Retrieves the cursor for iterating through the values of the tabular set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

protected TabularCursor values
the cursor for the values of the cell set

Constructor Detail

DefaultTabularSet

public DefaultTabularSet(List data,
                         List columns)
Constructs a DefaultTabularSet.

Method Detail

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

Copyright © 2011 Citra Technologies. All Rights Reserved.