find

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

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