Collections.List.get()

Signature

Object get ( Object list ,int index )

Domain

ACTION

Description

Returns the element at the specified position in this list.

Parameters

NameTypeDescription
listObjectThe List object
indexintIndex of the element to return

Returns

TypeDescription
ObjectThe element at the specified position in this list

Cautions

none