find

abstract fun find(priority: Priority): SearchTreeNode<Element, Priority>?(source)

Finds and returns a node in the search tree with equal priority. If there is no such node, returns null.