depth property
Depth of the B+ tree.
Indicates how many levels of pages must be traversed to reach any leaf page from the root.
Implementation
final int depth;
Depth of the B+ tree.
Indicates how many levels of pages must be traversed to reach any leaf page from the root.
final int depth;