Inserts nodes after the position of last-read-node, i.e, to insert at position from where next item is to be read
If there is no last-read-item, the item is inserted at beginning. To do this, call resetRead before inserting
true on success, false on failure
See Implementation
Inserts nodes after the position of last-read-node, i.e, to insert at position from where next item is to be read
If there is no last-read-item, the item is inserted at beginning. To do this, call resetRead before inserting