Class IndexableNumericDataArrayLong

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

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

    • IndexableNumericDataArrayLong

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