Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

List.getItem

Retrieves the item stored at the index location.

Syntax

public Object getItem( int index )

Parameters

index

The index to retrieve the item from.

Return Value

Returns an item from the specified index for the array.

Exceptions

WFCInvalidArgumentException thrown if the index value is greater than the item count or less than zero.