Inserts the item at the specified position.
public void insertItem( int index, Object item )
index
The index to insert the item at.
item
The item to insert.
WFCInvalidArgumentException thrown if the index parameter is greater than the item count or less than zero.
Any item with an index equal to or greater than the index parameter is shifted down.