Package org.djutils.data

Data collection utilities. The main data storage can be seen as a table with records and column headings.

Copyright (c) 2020-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
  • Interface Summary 
    Interface Description
    DataColumn<T>
    Meta data of data in a column.
    DataRecord
    Consistent set of values corresponding to columns.
    DataTable
    Table with data stored in structured records.
  • Class Summary 
    Class Description
    AbstractDataTable
    Abstract Table implementation taking care of the columns.
    ListDataTable
    List implementation of Table.
    SimpleDataColumn<T>
    SimpleColumn implements the Column interface with a single value.