LinkedList.moveToBookmark

moves read/insert position back to a bookmark using the bookmark ID Does NOT delete the bookmark. Use LinkedList.removeBookmark to delete Retutns true if successful false if the bookmark ID no longer exists

class LinkedList(T)
bool
moveToBookmark

Meta