Determines whether the specified item is contained in the list.
public boolean containsItem( Object item )
item
The item to search for.
Returns true if the item is in the list; otherwise, returns false.