Class QREntry<T>

    • Constructor Detail

      • QREntry

        public QREntry​(double[] keyL,
                       double[] keyU,
                       T value)
    • Method Detail

      • lower

        public double[] lower()
        Specified by:
        lower in interface RectangleEntry<T>
        Returns:
        The lower left corner of the entry.
      • upper

        public double[] upper()
        Specified by:
        upper in interface RectangleEntry<T>
        Returns:
        The upper right corner of the entry.
      • value

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

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

        public void setKey​(double[] newPointL,
                           double[] newPointU)