Class EntryP<T>

    • Field Detail

      • point

        protected double[] point
    • Constructor Detail

      • EntryP

        public EntryP​(double[] point,
                      T val)
    • 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.