Class AssociativeDataSwappableTable<KEY,​VALUE,​VALUECOLUMN>

java.lang.Object
com.illumon.iris.db.plot.datasets.data.AssociativeData<KEY,​VALUE>
com.illumon.iris.db.plot.datasets.data.LiveAssociativeData<KEY,​VALUE,​VALUECOLUMN>
com.illumon.iris.db.plot.datasets.data.AssociativeDataSwappableTable<KEY,​VALUE,​VALUECOLUMN>
All Implemented Interfaces:
PlotExceptionCause, SwappableTable.LocalTableUpdateListener, Serializable

public class AssociativeDataSwappableTable<KEY,​VALUE,​VALUECOLUMN>
extends LiveAssociativeData<KEY,​VALUE,​VALUECOLUMN>
implements SwappableTable.LocalTableUpdateListener
An AssociativeData dataset backed by a SwappableTable. Table columns hold the keys and associated values. Data types are specified in construction.
See Also:
Serialized Form