iteratorFromAfterHere

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

It is equivalent to

thisList.iteratorFrom(thisNode.index + 1u)

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

Throws

when the node is already detached.