Uses of Class
com.sas.table.CellVector

Packages that use CellVector
com.sas.table A set of interfaces for accessing two-dimensional data, and a set of classes for viewing and manipulating that data in tabular form. 
 

Uses of CellVector in com.sas.table
 

Subclasses of CellVector in com.sas.table
 class Column
          Represents a column in a TableView.
 class Row
          Represents a row in a TableView.
 

Methods in com.sas.table that return CellVector
protected  CellVector Row.getThisCellVector()
          Returns the CellVector instance to delegate all variable access to.
protected  CellVector Column.getThisCellVector()
          Returns the CellVector instance to delegate all variable access to.
protected abstract  CellVector CellVector.getThisCellVector()
          Returns the CellVector instance to delegate all variable access to.
 CellVector CellVector.next()
          Returns the next cell vector if any, otherwise null.
protected  CellVector Row.onNext()
          Framework method called by next for determining the Row that follows this.
protected  CellVector Column.onNext()
          Framework method called by next for determining the Column that follows this.
protected abstract  CellVector CellVector.onNext()
          Framework method called by next for determining the CellVector that follows this.
protected  CellVector Row.onPrevious()
          Framework method called by previous for determining the Row that precedes this.
protected  CellVector Column.onPrevious()
          Framework method called by previous for determining the Column that precedes this.
protected abstract  CellVector CellVector.onPrevious()
          Framework method called by previous for determining the CellVector that precedes this.
 CellVector CellVector.previous()
          Returns the previous cell vector if any, otherwise null.
 

Methods in com.sas.table with parameters of type CellVector
 boolean Row.equals(CellVector obj)
          Compares this and a given cell vector for equality.
 boolean Column.equals(CellVector obj)
          Compares this and a given cell vector for equality.
abstract  boolean CellVector.equals(CellVector other)
          Compares this and a given cell vector for equality.
 void TableView.hold(CellVector cellVector)
          "Holds" a given column or row.
 void TableView.release(CellVector cellVector)
          "Releases" a given column or row.
 

Constructors in com.sas.table with parameters of type CellVector
CellVectorSelection(CellVector anchor)
          Alias for CellVectorSelection(anchor, anchor).
CellVectorSelection(CellVector anchor, CellVector end)
          Constructs a new selection with the given extent.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.