Adds the specified box to this node. If addition causes this node to have more then the maximum number of boxes, then this method splits this node, thereby creating a new node, and recursively adds that new node to this node's parent. @param box the box to add. @return true, if the box was added; fa
(Object box)