D E M O T 
All Classes All Packages

D

DataDemo - Class in org.djutils.data
DataDemo.java demonstration code used in the GRAV 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(ListDataTable, ListDataTable) - Static method in class org.djutils.data.TestListDataTable
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.
TestCSVData - 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 DataTable.
TestCSVData() - Constructor for class org.djutils.data.TestCSVData
 
testIllegalColumnTable() - Method in class org.djutils.data.TestListDataTable
Test column and table construction with wrong arguments.
testIllegalRecordTable() - Method in class org.djutils.data.TestListDataTable
Test column and table construction with wrong value arguments.
TestJSONData - 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 DataTable.
TestJSONData() - Constructor for class org.djutils.data.TestJSONData
 
TestListDataTable - Class in org.djutils.data
TestListTable tests the functions of the ListTable, the Column and the Record.
TestListDataTable() - Constructor for class org.djutils.data.TestListDataTable
 
testListTable() - Method in class org.djutils.data.TestListDataTable
Test the ListTable, the Column and the Record.
testNumberSerializers() - Method in class org.djutils.data.TestTextSerializers
Test the serializers of the Number types, Boolean and Character.
testPrimitiveSerializers() - Method in class org.djutils.data.TestTextSerializers
Test the serializers of the primitive types.
testreadWriteCSV() - Method in class org.djutils.data.TestCSVData
test reading and writing of a CSV file.
testreadWriteJSON() - Method in class org.djutils.data.TestJSONData
test reading and writing of a JSON file.
testreadWriteTSV() - Method in class org.djutils.data.TestTSVData
test reading and writing of a TSV file.
testreadWriteXML() - Method in class org.djutils.data.TestXMLData
test reading and writing of a XML file.
testScalarSerializers() - Method in class org.djutils.data.TestTextSerializers
Test the serializers of the DoubleScalar and FloatScalar types.
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.TestListDataTable
Test the ListTable, the Column and the Record.
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
 
TestTSVData - 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 DataTable.
TestTSVData() - Constructor for class org.djutils.data.TestTSVData
 
TestXMLData - 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 DataTable.
TestXMLData() - Constructor for class org.djutils.data.TestXMLData
 
D E M O T 
All Classes All Packages