### SBFNode

SBFNode represents a part of the tree that is not a Leaf (intermediary nodes). 

They contains the splitting keys (split of keys in the form of a binary search) and the references to the childrens nodes.
