Class Root



  • public class Root
    extends NodeBase
    The root node of a single Bintree. It is centred at the origin, and does not have a defined extent.
    • Constructor Detail

      • Root

        public Root()
    • Method Detail

      • insert

        public void insert(Interval itemInterval,
                           Object item)
        Insert an item into the tree this is the root of.
      • isSearchMatch

        protected boolean isSearchMatch(Interval interval)
        The root node matches all searches