Class IndexableDataLong

java.lang.Object
com.illumon.iris.db.plot.datasets.data.IndexableData<Long>
com.illumon.iris.db.plot.datasets.data.IndexableDataLong
All Implemented Interfaces:
PlotExceptionCause, Serializable

public class IndexableDataLong
extends IndexableData<Long>
IndexableData dataset with Long values. Dataset values equal to QueryConstants.NULL_LONG are treated as null.
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • size

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

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