nodeOf

open override fun nodeOf(element: Element): KoneMutableLinkedSetNode<Element>(source)

Returns a node that corresponds to the element in the set equal to the specified element or throws NoCorrespondingNodeException if there is no such element.

Throws

NoCorrespondingNodeException

if there is no element equal to the specified element.