findSegmentFor
abstract fun findSegmentFor(priority: Priority): SearchSegmentResult<SearchTreeNode<Element, Priority>>(source)
Finds a segment in the search tree where the priority lies. See SearchSegmentResult for description of the segment.