docs / it.uniroma3.dbtree.spi / Connector / getIncludingK

getIncludingK

abstract fun getIncludingK(k: K): List<NodeTransfer> (source)

Retrieve from the database all nodes n s.t. n.k_min < k < n.k_max, ordered by ascending level.

Parameters

k - the input key.

Return
the list of retrieved nodes.