CS 1705 Library

Uses of Interface
cs1705.DataTable.Row

Packages that use DataTable.Row
cs1705 This package provides course-specific classes written especially for CS 1705: Introduction to Object-Oriented Development I
 

Uses of DataTable.Row in cs1705
 

Classes in cs1705 that implement DataTable.Row
static class DataTable.HashedRow
          This is a default concrete implementation of the Row interface.
 

Methods in cs1705 that return DataTable.Row
 DataTable.Row CSVDataTable.getRow(int row)
           
 DataTable.Row DataTable.getRow(int row)
          This method returns a map that represents the desired row (indicated by the primary key).
 DataTable.Row CSVDataTable.getRow(String row)
           
 DataTable.Row DataTable.getRow(String row)
          This method returns a Map that represents the desired row.
 DataTable.Row CSVDataTable.removeRow(int row)
           
 DataTable.Row DataTable.removeRow(int row)
          This method removes the row identified by row number.
 DataTable.Row CSVDataTable.removeRow(String row)
           
 DataTable.Row DataTable.removeRow(String row)
          This method removes the row (to be determined by the key).
 

Methods in cs1705 that return types with arguments of type DataTable.Row
 ArrayList<DataTable.Row> CSVDataTable.getAllRows()
           
 ArrayList<DataTable.Row> DataTable.getAllRows()
          This method returns a representation of the Data Table.
 

Methods in cs1705 with parameters of type DataTable.Row
 void CSVDataTable.addRow(DataTable.Row row)
           
 void DataTable.addRow(DataTable.Row row)
          This method adds a row to the table.
 


Last updated: Wed, Apr 1, 2009 • 12:29 AM EDT

Copyright © 2009 Virginia Tech.