Class IndexableNumericDataArrayShort

java.lang.Object
com.illumon.iris.db.plot.datasets.data.IndexableNumericData
com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayShort
All Implemented Interfaces:
PlotExceptionCause, Serializable

public class IndexableNumericDataArrayShort
extends IndexableNumericData
IndexableNumericData dataset backed by an array of shorts. When accessed, data values are converted to doubles before being returned.
See Also:
Serialized Form
  • Constructor Details

    • IndexableNumericDataArrayShort

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