branchPages property

int branchPages
final

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;