Uses of Package
org.djutils.data
Package | Description |
---|---|
org.djutils.data |
Data collection utilities.
|
org.djutils.data.csv |
The csv package takes care of reading and writing of data in csv / tsv format to/from files or streams.
|
org.djutils.data.json |
The json package takes care of reading and writing of data in json format to/from files or streams.
|
org.djutils.data.xml |
The xml package takes care of reading and writing of data in xml format to/from files or streams.
|
-
Classes in org.djutils.data used by org.djutils.data Class Description AbstractDataTable AbstractTable
implementation taking care of the columns.DataColumn Meta data of data in a column.DataRecord Consistent set of values corresponding to columns.DataTable Table with data stored in structured records. -
Classes in org.djutils.data used by org.djutils.data.csv Class Description DataTable Table with data stored in structured records. -
Classes in org.djutils.data used by org.djutils.data.json Class Description DataTable Table with data stored in structured records. -
Classes in org.djutils.data used by org.djutils.data.xml Class Description DataTable Table with data stored in structured records.