iteratorFromAfterHere
Initiates an iterator over corresponding KoneNoddedList with cursor placed right after this node.
It is equivalent to
thisList.iteratorFrom(thisNode.index + 1u)
Content copied to clipboard
Also, this property throws DetachedNodeException when the node is already detached.
Throws
when the node is already detached.