ifself.localCursorIndex==len(self.data):#len counts from 1 and the cursorIndex from 0. So if they are the same we are one cursor position right of last item
returnTrue
else:
returnFalse
returnself.localCursorIndex==len(self.data)#len counts from 1 and the cursorIndex from 0. So if they are the same we are one cursor position right of last item