Class Row

  • Direct Known Subclasses:
    RrdSample, XRow

    public class Row
    extends Object
    The Class Row.
    Author:
    Alejandro Galue
    • Constructor Detail

      • Row

        public Row()
    • Method Detail

      • getValues

        public List<Double> getValues()
        Gets the values.
        Returns:
        the values
      • getValue

        public Double getValue​(int index)
        Gets the value.
        Parameters:
        index - the index
        Returns:
        the value
      • setValues

        public void setValues​(List<Double> values)
        Sets the values.
        Parameters:
        values - the new values
      • isNan

        public boolean isNan()
        Checks if is all the values are NaN.
        Returns:
        true, if all the values are NaN.