Class QEntry<T>

    • Constructor Detail

      • QEntry

        public QEntry​(double[] key,
                      T value)
    • 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.
      • isExact

        public boolean isExact​(QEntry<T> e)
      • setKey

        public void setKey​(double[] newPoint)