add

abstract override fun add(element: Element, priority: Priority): LinkedSearchTreeNode<Element, Priority>(source)

Adds the element with corresponding priority to the search tree and returns constructed node that corresponds to the element and the priority.