Package io.deephaven.plot.datasets.data
Class LiveAssociativeData<KEY,VALUE,VALUECOLUMN>
java.lang.Object
io.deephaven.plot.datasets.data.AssociativeData<KEY,VALUE>
io.deephaven.plot.datasets.data.LiveAssociativeData<KEY,VALUE,VALUECOLUMN>
- Type Parameters:
KEY- class of the keysVALUE- class of the valuesVALUECOLUMN- class of the value column in the table. Will be converted to VALUE
- All Implemented Interfaces:
PlotExceptionCause,Serializable
- Direct Known Subclasses:
AssociativeDataSwappableTable,AssociativeDataTable
An
AssociativeData backed by a table.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.deephaven.plot.datasets.data.AssociativeData
get, getPlotInfo, isModifiable, put, putAll
-
Constructor Details
-
LiveAssociativeData
- Parameters:
plotInfo- plot information
-
-
Method Details
-
convert
-