Class Node<T>

  • Type Parameters:
    T - Value type
    All Implemented Interfaces:
    PointEntry<T>

    public class Node<T>
    extends Object
    implements PointEntry<T>
    Node class for the quadtree.
    Author:
    ztilmann
    • 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.