Package org.djutils.data


package org.djutils.data
  • Classes
    Class
    Description
    DataDemo.java demonstration code used in the documentation.
    TestCsvData tests writing and reading of a CSV file, and checks that all data is read back correctly into the Table.
    TestJsonData tests writing and reading of a JSON file, and checks that all data is read back correctly into the Table.
    TestListTable tests the functions of the ListTable, the Column and the Record.
    Table test.
    TestTextSerializers tests the (de)serialization of the different classes from/into text.
    TestTsvData tests writing and reading of a TSV file, and checks that all data is read back correctly into the Table
    TestXmlData tests writing and reading of a XML file, and checks that all data is read back correctly into the Table.