LinkedList.resetRead

resets the read position, i.e: set reading position to first node, and nulls the last-read-ptr

class LinkedList(T)
void
resetRead
()

Meta