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-2021 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.
- Author:
- Alexander Verbraeck, Peter Knoppers
-
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 AbstractTable
implementation taking care of the columns.ListDataTable List implementation ofTable
.SimpleDataColumn<T> SimpleColumn implements the Column interface with a single value.