Moves the item from the source index to the destination index.
public void moveItem( int src, int dst )
src
The source index of the item to move.
dst
The destination index for the item.
WFCInvalidArgumentException thrown if the src parameter is greater than the item count or less than zero or the index parameter is out of bounds.