Class Point<T>

    • Method Detail

      • point

        public double[] point()
        Specified by:
        point in interface PointEntry<T>
        Returns:
        The coordinates of the entry.
      • value

        public T value()
        Specified by:
        value in interface PointEntry<T>
        Returns:
        The value associated with the rectangle or point.
      • set

        public void set​(Point<T> point)
      • set

        public void set​(double[] point,
                        T val)