BatchNode(level: Int, k_min: K, k_max: K, context: LinkedList<Pair<K, V>>, descendants: LinkedList<BatchNode<K, V, A, D>>)
Auxiliary node type, dedicated to the insertBatch algorithm.