Overview | Methods | This Package | All Packages
Removes a number of items starting at the specified index.
Syntax
public void removeItems( int index, int count )
Parameters
index
The index of the first item to remove.
count
The number of items to remove starting at the specified index.
Remarks
All items after the index parameter are shifted forward.