KoneSetNode

interface KoneSetNode<out Element>(source)

Represents a node in the inner structure of a KoneNoddedSet. See KoneNoddedSet and KoneSet for more.

The node can be detached by removing the corresponding element from the set it was defined in. In that case only its element is preserved and other methods and properties throw DetachedNodeException.

See also

Inheritors

Properties

Link copied to clipboard
abstract val element: Element

Returns element corresponding to that node.

Link copied to clipboard
abstract val isDetached: Boolean

Indicates if the node is detached from the structure it was a part of.