Class MTreeNode<O>

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serial version
        See Also:
        Constant Field Values
    • Constructor Detail

      • MTreeNode

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

        public MTreeNode​(int capacity,
                         boolean isLeaf)
        Creates a new MTreeNode 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