LinkedList.getLast

Returns the last element in this list.

@return the last element in this list @throws NoSuchElementException if this list is empty

class LinkedList(E)
E
getLast
()

Meta