iteratorFromBeforeHere

Initiates an iterator over corresponding KoneNoddedList with cursor placed right before this node.

It is equivalent to

thisList.iteratorFrom(thisNode.index)

Also, this property throws DetachedNodeException when the node is already detached.

Throws

when the node is already detached.