Interface ValueLayerStore

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double get​(long index)
      Get the double value for the specified index.
      void set​(long index, double value)
      Set the double value for the specified index.
      int size()  
    • Method Detail

      • get

        double get​(long index)
        Get the double value for the specified index.
        Parameters:
        index -
        Returns:
      • set

        void set​(long index,
                 double value)
        Set the double value for the specified index.
        Parameters:
        index -
        value -
      • size

        int size()