nodesView
abstract override val nodesView: KoneLinkedReifiedSet<LinkedSearchTreeNode<Element, Priority>>(source)
Linked reified set that is a view on nodes of that search tree.
The order of nodes in the linked list part of the structure coincides with the order of the nodes in the search tree itself.
Because there is exactly one instance of search tree node corresponding to each entry in the search tree, the collection is a reified set which equality is the absolute equality.