Retrieves the topmost item in the stack without removing it. This retrieves the item at the end of the list.
public Object peekStack()
Returns the last item in the list, or returns null if there are no items.