Sets an item in the list to be the specified item.
public void setItem( int index, Object item )
index
The index of the item to set.
item
The item that replaces the item at the specified index.
WFCInvalidArgumentException thrown if the index parameter is greater than the item count or less than zero.