Class AssociativeDataWithDefault<KEY,​VALUE>

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

public class AssociativeDataWithDefault<KEY,​VALUE>
extends AssociativeData<KEY,​VALUE>
Dataset which has values associated with keys. When the dataset has no value associated with a given key, it falls back to a specified default value.
See Also:
Serialized Form