Overview | Methods | This Package | All Packages
Sets an item in the list to be the specified item.
Syntax
public void setItem( int index, Object item )
Parameters
index
The index of the item to set.
item
The item that replaces the item at the specified index.
Exceptions
WFCInvalidArgumentException thrown if the index parameter is greater than the item count or less than zero.