Package io.deephaven.plot.datasets.data
package io.deephaven.plot.datasets.data
-
ClassDescriptionAssociativeData<KEY,
VALUE> Dataset which has values associated with keys.AssociativeDataHashMap<KEY,VALUE> AssociativeData
dataset backed by aHashMap
.AssociativeDataSwappableTable<KEY,VALUE, VALUECOLUMN> AnAssociativeData
dataset backed by aSwappableTable
.AssociativeDataTable<KEY,VALUE, VALUECOLUMN> AnAssociativeData
dataset backed by aTable
.AssociativeDataWithDefault<KEY,VALUE> Dataset which has values associated with keys.Dataset where values can be retrieved via an integer index.IndexableData
dataset backed by an array.IndexableData
dataset backed by an array.IndexableData
dataset withByte
values.IndexableData
dataset withInteger
values.IndexableData
withDouble
values.IndexableData
dataset which ensures noIndexOutOfBoundsException
s are thrown.IndexableData
dataset withInstant
values.IndexableData
dataset withInteger
values.IndexableData
dataset backed by an array.IndexableData
dataset whose data is a column in aSwappableTable
and whose indices are the row numbers of the column.IndexableData
dataset whose data is a column in aSwappableTable
and whose indices are the row numbers of the column.IndexableData
dataset whose data is a column in a table and whose indices are the row numbers of the column.IndexableData
with a default value for missing indices and nulls.Dataset with indexed numeric values.IndexableNumericData
dataset comprised of an array ofDate
s.IndexableNumericData
dataset backed by an array of doubles.IndexableNumericData
dataset backed by an array of floats.IndexableNumericData
dataset comprised of an array ofinstants
.IndexableNumericData
dataset backed by an array of ints.IndexableNumericData
dataset backed by an array of longs.IndexableNumericDataArrayNumber<T extends Number>IndexableNumericData
dataset backed by an array ofNumber
s.IndexableNumericData
dataset backed by an array of shorts.IndexableNumericDataListNumber<T extends Number>IndexableNumericData
dataset backed by a list ofNumber
s.IndexableData
dataset whose data is a column in aSwappableTable
and whose indices are the row numbers of the column.IndexableData
dataset whose data is a column in a table and whose indices are the row numbers of the column.LiveAssociativeData<KEY,VALUE, VALUECOLUMN> AnAssociativeData
backed by a table.AnIndexableData
backed by a table.AnIndexableNumericData
backed by a table.