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 keys
VALUE - class of the values
VALUECOLUMN - class of the value column in the table. Will be converted to VALUE
All Implemented Interfaces:
PlotExceptionCause, Serializable
Direct Known Subclasses:
AssociativeDataSwappableTable, AssociativeDataTable

public abstract class LiveAssociativeData<KEY,VALUE,VALUECOLUMN> extends AssociativeData<KEY,VALUE>
An AssociativeData backed by a table.
See Also:
  • Constructor Details

    • LiveAssociativeData

      public LiveAssociativeData(PlotInfo plotInfo)
      Parameters:
      plotInfo - plot information
  • Method Details