Class RStarTreeNode

    • Constructor Detail

      • RStarTreeNode

        public RStarTreeNode()
        Empty constructor for Externalizable interface.
      • RStarTreeNode

        public RStarTreeNode​(int capacity,
                             boolean isLeaf)
        Creates a new RStarTreeNode with the specified parameters.
        Parameters:
        capacity - the capacity (maximum number of entries plus 1 for overflow) of this node
        isLeaf - indicates whether this node is a leaf node