
A method " findLast(E element) " returns the position of the last occurrence of the given element. If this element is not in the list, then the null reference should be returned. The implementation of this method should search the list from the end towards the beginning, terminating when the element is found or the beginning of the list is reached.
class : NodePositionList