Class IndexableNumericDataArrayNumber<T extends Number>

java.lang.Object
com.illumon.iris.db.plot.datasets.data.IndexableNumericData
com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayNumber<T>
All Implemented Interfaces:
PlotExceptionCause, Serializable

public class IndexableNumericDataArrayNumber<T extends Number>
extends IndexableNumericData
IndexableNumericData dataset backed by an array of Numbers. When accessed, data values are converted to doubles before being returned.
See Also:
Serialized Form
  • Constructor Details

    • IndexableNumericDataArrayNumber

      public IndexableNumericDataArrayNumber​(T[] data, PlotInfo plotInfo)
      Creates an IndexableNumericDataArrayNumber instance.
      Parameters:
      data - data
      plotInfo - plot information
      Throws:
      com.fishlib.base.verify.RequirementFailure - data must not be null
  • Method Details