Retrieves the item stored at the index location.
public Object getItem( int index )
index
The index to retrieve the item from.
Returns an item from the specified index for the array.
WFCInvalidArgumentException thrown if the index value is greater than the item count or less than zero.