Retrieves and removes the topmost item in the stack.
public Object popItemOrNull()
Returns the last item in the list, or returns null if there are no items.