Microsoft SDK for Java

List.removeItems

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.