add

abstract fun add(element: Element, priority: Priority): SearchTreeNode<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.