Reverses all items in the list.
public void reverseItems()
public void reverseItems( int index, int count )
index
The index at which to start reversing.
count
The number of items to reverse.
WFCInvalidArgumentException thrown if either the count parameter or the index parameter is out of bounds.