Overview | Methods | This Package | All Packages
Determines whether the specified item is contained in the list.
Syntax
public boolean containsItem( Object item )
Parameters
item
The item to search for.
Return Value
Returns true if the item is in the list; otherwise, returns false.