LinkedList.removeLast

Removes and returns the last element from this list.

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

class LinkedList(E)
E
removeLast
()

Meta