- removeChild(int) - Method in class bptree.BPNode
-
Removes the child at a specified index (0-based) of this B+ tree node.
- removeKey(int) - Method in class bptree.BPNode
-
Removes the key at a specified index (0-based) of this B+ tree node.
- removeLastChild() - Method in class bptree.BPNode
-
Removes the last child of this B+ tree node.
- removeLastKey() - Method in class bptree.BPNode
-
Removes the last key of this B+ tree node.
- root() - Method in class bptree.BPTree
-
Retrieves the root node of this B+ tree.