Collections.List.add()

Signature

void add ( Object collection ,int index ,Object element)

Domain

ACTION

Description

Inserts the specified element at the specified position in this collection.

Parameters

NameTypeDescription
collectionObjectThe Collection object
indexintIndex at which the specified element is to be inserted
elementObjectElement to be inserted

Returns

TypeDescription
void

Cautions

none