This one is pretty basic, but for some reason I'm being kind of dense right now.
If I have a method, say removeLast() in the class LinkedList, which, according to Sun's specs, removes the last element from a LinkedList and returns it, does that mean I must do something like this:
Object blah =...