@return the right child page id
()
| 74 | * @return the right child page id |
| 75 | */ |
| 76 | public BTreePageId getRightChild() { |
| 77 | return rightChild; |
| 78 | } |
| 79 | |
| 80 | /** |
| 81 | * @return the record id of this entry, representing the location of this entry |
no outgoing calls