Removes a number of items starting at the specified index.
public void removeItems( int index, int count )
index
The index of the first item to remove.
count
The number of items to remove starting at the specified index.
All items after the index parameter are shifted forward.