List.reverseItems

Overview | Methods | This Package | All Packages

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.