Package btree.page

Class Summary
BTHeaderPage Intefrace of a B+ tree index header page.
BTIndexPage A BTIndexPage is an index page on a B+ tree.
BTLeafPage A BTLeafPage is a leaf page on a B+ tree.
BTSortedPage BTsortedPage class just holds abstract records in sorted order, based on how they compare using the key interface from BT.java.