Interface Table

All Known Subinterfaces:
AnonymousTable, NamedTable
All Known Implementing Classes:
AbstractNamedTable, DefaultAnonymousTable, DefaultCsvNamedTable, DefaultInternalNamedTable

public interface Table
Represent a Table. A table is a two dimensional array where the rows and columns may have names.
  • Method Details