Microsoft SDK for Java

List.reverseItems

Reverses all items in the list.

Syntax

public void reverseItems()

public void reverseItems( int index, int count )

Parameters

index

The index at which to start reversing.

count

The number of items to reverse.

Exceptions

WFCInvalidArgumentException thrown if either the count parameter or the index parameter is out of bounds.

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