Class Index.PointEntry<T>

    • Constructor Detail

      • PointEntry

        public PointEntry​(double[] point,
                          T value)
    • Method Detail

      • point

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

        public T value()
        Returns:
        The value associated with the box or point.
      • setPoint

        public void setPoint​(double[] point)
      • set

        protected void set​(double[] point,
                           T value)