Class EntryR<T>

    • Field Detail

      • min

        protected double[] min
      • max

        protected double[] max
    • Constructor Detail

      • EntryR

        public EntryR​(double[] min,
                      double[] max,
                      T val)
    • 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.
      • set

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