Inserts a node after the position of last-read-node, i.e, to insert at position from where next item is to be read
To insert at beginning, call resetRead before inserting For inserting more than one nodes, use LinkedList.insert([...])
See Implementation
Inserts a node after the position of last-read-node, i.e, to insert at position from where next item is to be read
To insert at beginning, call resetRead before inserting For inserting more than one nodes, use LinkedList.insert([...])