Class Row

  • Direct Known Subclasses:
    RrdSample, XRow

    public class Row
    extends java.lang.Object
    The Class Row.
    Author:
    Alejandro Galue
    • Constructor Summary

      Constructors 
      Constructor Description
      Row()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getValue​(int index)
      Gets the value.
      java.util.List<java.lang.Double> getValues()
      Gets the values.
      boolean isNan()
      Checks if is all the values are NaN.
      void setValues​(java.util.List<java.lang.Double> values)
      Sets the values.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Row

        public Row()
    • Method Detail

      • getValues

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

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

        public void setValues​(java.util.List<java.lang.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.