Class BTreeNode<Key,​Value>


  • public final class BTreeNode<Key,​Value>
    extends Object
    The BTreeNode class represents a node in the BTree object graph. It is stored in one Page of a PageFile.