This namespace contains interfaces for rows view abstractions for tabular and rectangular two-dimensional rows
Interface Definitions
-
An interface to provide access to a table's column. It uses the generic type
Cas the type for all cell values. -
An interface to provide access to a table's row. It uses two generic types:
C: The type for all cell valuesM: The type for the table's meta information
-
An interface to provide access to two-dimensional rectangular data structures such as HERE Fleet Telematics API text formatted response data. It uses two generic types:
C: The type for all cell valuesM: The type for the meta information