Class IndexableDataCharacter

java.lang.Object
io.deephaven.plot.datasets.data.IndexableData<Character>
io.deephaven.plot.datasets.data.IndexableDataCharacter
All Implemented Interfaces:
PlotExceptionCause, Serializable

public class IndexableDataCharacter extends IndexableData<Character>
IndexableData dataset with Integer values. Dataset values equal to QueryConstants.NULL_INT are treated as null.
See Also:
  • Constructor Details

    • IndexableDataCharacter

      public IndexableDataCharacter(char[] data, PlotInfo plotInfo)
      Creates an IndexableDataCharacter instance. Values in data equal to QueryConstants.NULL_CHAR are treated as null.
      Parameters:
      data - data
      plotInfo - plot information
  • Method Details

    • size

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

      public Character get(int index)
      Description copied from class: IndexableData
      Gets the value at the given index.
      Specified by:
      get in class IndexableData<Character>
      Parameters:
      index - index
      Returns:
      value of this dataset at index