Interface PointEntry<T>

    • Method Detail

      • point

        double[] point()
        Returns:
        The coordinates of the entry.
      • value

        T value()
        Returns:
        The value associated with the rectangle or point.