removes the node that was last read using LinkedList.read. The last node cannot be removed using this.
It works by moving contents of next item into the last-read one, and removing the next node
true in case the node/item was removed, false if not
See Implementation
removes the node that was last read using LinkedList.read. The last node cannot be removed using this.
It works by moving contents of next item into the last-read one, and removing the next node