KoneSettableListNode
Represents a node in the inner structure of a KoneSettableNoddedList. See KoneSettableNoddedList and KoneSettableList for more.
The node can be detached by removing corresponding place from the collection it was defined in. In that case only its element is preserved and other methods and properties throw DetachedNodeException.
See also
Inheritors
Properties
Indicates if the node is detached from structure it was a part of.
Returns node corresponding to the next place from this node's corresponding place. If there is no such node (i.e. this node is the last one), null
is returned.
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.
Functions
Initiates an iterator over corresponding KoneNoddedList with cursor placed right after this node.
Initiates an iterator over corresponding KoneNoddedList with cursor placed right before this node.