Constructor-like method. Constructs the BTreeMap and initializes it.
type of the key.
type of the value to store.
degree of the tree (refer to the documentation)
empty BTreeMap which maps KeyType to ValueType of a given degree which sues memManager allocation strategy.
See Implementation
Constructor-like method. Constructs the BTreeMap and initializes it.