Collections.add()

Signature

void add ( Object collection, Object element)

Domain

ACTION

Description

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

Parameters

NameTypeDescription
collectionObjectThe Collection object
elementObjectElement to be inserted

Returns

TypeDescription
void

Cautions

none