Index

D E M O T 
All Classes and Interfaces|All Packages

D

DataDemo - Class in org.djutils.data
DataDemo.java demonstration code used in the documentation.

E

example1() - Static method in class org.djutils.data.DataDemo
Straight forward example.
example2() - Static method in class org.djutils.data.DataDemo
Example using DJUNITS strongly types values.

M

main(String[]) - Static method in class org.djutils.data.DataDemo
Demonstration code.

O

org.djutils.data - package org.djutils.data
 

T

tableCompare(ListTable, ListTable) - Static method in class org.djutils.data.TestListTable
Compare the contents of two tables, where primitive content and wrapped primitive content (e.g., a double and a Double) are considered the same if the stored value is the same.
TestCsvTable - Class in org.djutils.data
TestCsvData tests writing and reading of a CSV file, and checks that all data is read back correctly into the Table.
TestCsvTable() - Constructor for class org.djutils.data.TestCsvTable
 
testIllegalColumnTable() - Method in class org.djutils.data.TestListTable
Test column and table construction with wrong arguments.
testIllegalRecordTable() - Method in class org.djutils.data.TestListTable
Test column and table construction with wrong value arguments.
TestJsonTable - Class in org.djutils.data
TestJsonData tests writing and reading of a JSON file, and checks that all data is read back correctly into the Table.
TestJsonTable() - Constructor for class org.djutils.data.TestJsonTable
 
testListTable() - Method in class org.djutils.data.TestListTable
Test the ListTable, the Column and the Record.
TestListTable - Class in org.djutils.data
TestListTable tests the functions of the ListTable, the Column and the Record.
TestListTable() - Constructor for class org.djutils.data.TestListTable
 
testNullValueSerializers() - Method in class org.djutils.data.TestTextSerializers
Test the serializers for correctly handling null values.
testNumberSerializers() - Method in class org.djutils.data.TestTextSerializers
Test the serializers of the Number types, Boolean and Character.
testPrimitiveClassSerializersGeneric() - Method in class org.djutils.data.TestTextSerializers
Test the serializers of the primitive types, using the generic (de)serializer from the textSerializer interface.
testPrimitiveSerializersGeneric() - Method in class org.djutils.data.TestTextSerializers
Test the serializers of the primitive types, using the generic (de)serializer from the textSerializer interface.
testReadWriteCsv() - Method in class org.djutils.data.TestCsvTable
test reading and writing of a CSV file.
testReadWriteCsvNulls() - Method in class org.djutils.data.TestCsvTable
test reading and writing of a CSV file with "missing values" coded as null values.
testReadWriteCsvNulls() - Method in class org.djutils.data.TestJsonTable
test reading and writing of a JSON file with "missing values" coded as null values.
testReadWriteCsvNulls() - Method in class org.djutils.data.TestXmlTable
test reading and writing of a XML file with "missing values" coded as null values.
testReadWriteCsvUnits() - Method in class org.djutils.data.TestCsvTable
test reading and writing of a CSV file with columns that treat units in different ways.
testReadWriteCsvUnits() - Method in class org.djutils.data.TestJsonTable
test reading and writing of a JSON file with columns that treat units in different ways.
testReadWriteCsvUnits() - Method in class org.djutils.data.TestXmlTable
test reading and writing of a XML file with columns that treat units in different ways.
testreadWriteJSON() - Method in class org.djutils.data.TestJsonTable
test reading and writing of a JSON file.
testReadWriteTSV() - Method in class org.djutils.data.TestTsvTable
test reading and writing of a TSV file.
testReadWriteTsvNulls() - Method in class org.djutils.data.TestTsvTable
test reading and writing of a TSV file with "missing values" coded as null values.
testReadWriteTsvUnits() - Method in class org.djutils.data.TestTsvTable
test reading and writing of a TSV file with columns that treat units in different ways.
testreadWriteXML() - Method in class org.djutils.data.TestXmlTable
test reading and writing of a XML file.
testReadWriteZippedCsv() - Method in class org.djutils.data.TestCsvTable
test reading and writing of a zipped CSV file.
testReadWriteZippedTsv() - Method in class org.djutils.data.TestTsvTable
test reading and writing of a zipped TSV file.
testrReadWriteZippedCsvDelimiters() - Method in class org.djutils.data.TestCsvTable
test reading and writing of a zipped CSV file with different delimiters.
testScalarSerializers() - Method in class org.djutils.data.TestTextSerializers
Test the serializers of the DoubleScalar and FloatScalar types.
testScalarSerializersColumnUnits() - Method in class org.djutils.data.TestTextSerializers
Test the serializers of the DoubleScalar and FloatScalar types with a different unit in the Column.
testSerializerErrors() - Method in class org.djutils.data.TestTextSerializers
Test the errors for the serializers.
testStringSerializer() - Method in class org.djutils.data.TestTextSerializers
Test the serializer of the String type.
testSubclassListTable() - Method in class org.djutils.data.TestListTable
Test the ListTable, the Column and the Record.
testTable() - Method in class org.djutils.data.TestTable
Test table creation, reading and writing.
TestTable - Class in org.djutils.data
Table test.
TestTable() - Constructor for class org.djutils.data.TestTable
 
TestTextSerializers - Class in org.djutils.data
TestTextSerializers tests the (de)serialization of the different classes from/into text.
TestTextSerializers() - Constructor for class org.djutils.data.TestTextSerializers
 
TestTsvTable - Class in org.djutils.data
TestTsvData tests writing and reading of a TSV file, and checks that all data is read back correctly into the Table
TestTsvTable() - Constructor for class org.djutils.data.TestTsvTable
 
TestXmlTable - Class in org.djutils.data
TestXmlData tests writing and reading of a XML file, and checks that all data is read back correctly into the Table.
TestXmlTable() - Constructor for class org.djutils.data.TestXmlTable
 
D E M O T 
All Classes and Interfaces|All Packages