previousNode
Returns node corresponding to the previous place from this node's corresponding place. If there is no such node (i.e. this node is the first one), null
is returned.
Also, this property throws DetachedNodeException when the node is already detached.
Throws
when the node is already detached.