Class IndexableNumericDataArrayShort

java.lang.Object
io.deephaven.plot.datasets.data.IndexableNumericData
io.deephaven.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:
  • Constructor Details

    • IndexableNumericDataArrayShort

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

    • size

      public int size()
      Description copied from class: IndexableNumericData
      Gets the size of this dataset.
      Specified by:
      size in class IndexableNumericData
      Returns:
      size of this dataset
    • get

      public double get(int i)
      Description copied from class: IndexableNumericData
      Gets the value at the specified index as a double.
      Specified by:
      get in class IndexableNumericData
      Parameters:
      i - index
      Returns:
      value at index as a double