branchPages property
Number of branch pages in the B+ tree.
Branch pages contain only keys and pointers to other pages, forming the internal nodes of the tree.
Implementation
final int branchPages;
Number of branch pages in the B+ tree.
Branch pages contain only keys and pointers to other pages, forming the internal nodes of the tree.
final int branchPages;